Alternative Approaches
Determine candidate collections for caching; i.e. what to cache:
- carry out data flow analysis
- analyze select clause of the query; cache if oid is returned
Determine when to cache candidate objects:
- heuristics
- cost-based approach