Predicate pushdown
Predicate pushdown is a technique used to optimize query performance by pushing down filtering operations (predicates) to the storage layer. This allows the storage layer to filter the data before it is returned to the query engine, which reduces the...
ilm.hashnode.dev3 min read