You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our current approach to query-time lookups is suboptimal for ClickHouse, as it cannot effectively optimize filters even if the lookups is marked as injective.
To enhance query performance, we need to refine our query generation logic.