Predicate Pushdown
← Back to Common Optimizations
Optimization that pushes filter conditions (WHERE clauses) as close to the data source as possible, reducing the amount of data that flows through the query pipeline.
← Back to Common Optimizations
Optimization that pushes filter conditions (WHERE clauses) as close to the data source as possible, reducing the amount of data that flows through the query pipeline.