Ordering Selection Operators Using the Minmax Regret Rule
Khaled H. Alyoubi, Sven Helmer, Peter T. Wood

TL;DR
This paper addresses the challenge of optimally ordering selection operators under uncertain selectivities using a minmax regret approach, proposing a heuristic due to NP-hardness and demonstrating its effectiveness over mean-value strategies.
Contribution
It introduces a novel minmax regret-based heuristic for query optimization with uncertain selectivities, advancing beyond traditional mean-value methods.
Findings
The decision problem is NP-hard.
The heuristic outperforms mean-value strategies in experiments.
Special cases can be solved in polynomial time.
Abstract
Optimising queries in real-world situations under imperfect conditions is still a problem that has not been fully solved. We consider finding the optimal order in which to execute a given set of selection operators under partial ignorance of their selectivities. The selectivities are modelled as intervals rather than exact values and we apply a concept from decision theory, the minimisation of the maximum regret, as a measure of optimality. We show that the associated decision problem is NP-hard, which renders a brute-force approach to solving it impractical. Nevertheless, by investigating properties of the problem and identifying special cases which can be solved in polynomial time, we gain insight that we use to develop a novel heuristic for solving the general problem. We also evaluate minmax regret query optimisation experimentally, showing that it outperforms a currently employed…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Constraint Satisfaction and Optimization · Advanced Database Systems and Queries
