Processing Flocks Efficiently
Direct execution is too slow
Solution: Query Flock Plans
- serves as an external optimizer
- transform complex flock into an equivalent sequence of simpler steps
- each step can be processed efficiently at the underlying DBMS
- all data processing done at DBMS