Projection Optimization

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

This type of optimization involves selecting only the columns that are required for a query's result set, to reduce the amount of data returned.