1. What are the future works in "Progressive optimization in action" ?
The authors illustrate where CHECK operators are placed in query plans in a research prototype version of IBM ’ s DB2 DBMS.
read more
2. What have the authors contributed in "Progressive optimization in action" ?
In this demonstration the authors showcase POP implemented for a research prototype version of IBM ’ s DB2 DBMS, using a mix of real-world and synthetic benchmark databases and workloads.. For selected queries of the workload the authors display the query plans with validity ranges as well as the placement of the various kinds of CHECK operators using the DB2 graphical plan explain tool.. The authors also execute the queries, showing how and where re-optimization is triggered through the CHECK operators, the new plan generated upon re-optimization, and the extent to which previously computed intermediate results are reused.
read more

