1. What are the contributions in "Progressive parametric query optimization" ?
In this paper, the authors propose instead to progressively explore the parameter space and build a parametric plan during several executions of the same query.. The authors introduce algorithms that, as parametric plans are populated, are able to frequently bypass the optimizer but still execute optimal or near-optimal plans.
read more
2. What is the recent technique to solve the PQO problem?
AniPQO [9] is a recent technique that approximates the solution to PQO for nonlinear functions and for an arbitrary number of parameters.
read more
3. What are examples of parameters that can be used to model the parametric optimization problem?
Examples of parameter values are system parameters (e.g., available memory) and query-dependant parameters (e.g., constants in parametric predicates).
read more
4. Why do selectivity-based representations tend to cluster together?
The reason is that selectivity-based representations are better aligned to the optimizer cost model and tend to be represented by monotonic cost functions, and therefore, the regions of optimality of plans tend to cluster together.
read more





