Predicate Optimization

Home > Computer Science > Database Systems > Query optimization > Predicate Optimization

This type of optimization involves optimizing the criteria used in a query's WHERE clause, to reduce the number of records that need to be scanned.