Caching at the Top Heuristics
Policy
- cache all candidate collections
- cache no irrelevant objects (i.e., late caching)
Algorithm
- generate query plan for select * query
- place Cache operator at the top of plan
- push down Cache operator through non-reductive operations
N.B.: Simulates „external“ approach