Question
What is predicate pushdown?
Select an option. Your answer will be checked instantly.
Correct Answer: D. Applying filters as close to the data source or scan as possible to reduce rows processed
Explanation:
Early filtering reduces I/O, transfer, join inputs, and aggregation work.
Modern engines may push predicates into scans, remote sources, or storage segments.
Leave a Reply