Iterative Process of Query Scrambling
(1) Rescheduling: execution plan of a query is dynamically rescheduled when delay is detected.
(2) Operator Synthesis: new operators can be created when there are no other operators that can execute.
E.g.: Stalls in getting A tuples:
- (1) retrieve B tuples, execute D join E
- (2) execute a new join between