TL;DR
This paper introduces a robust join processing algorithm that guarantees near-optimal performance regardless of join order, significantly improving query robustness and performance in analytical databases.
Contribution
The paper presents the Robust Predicate Transfer (RPT) algorithm, with two new algorithms, ensuring provable robustness against arbitrary join orders in acyclic queries.
Findings
RPT reduces join-order robustness ratio to 1.6x.
RPT improves overall query performance by 1.5x.
Experimental results show significant robustness improvements across benchmarks.
Abstract
Join order optimization is critical in achieving good query performance. Despite decades of research and practice, modern query optimizers could still generate inferior join plans that are orders of magnitude slower than optimal. Existing research on robust query processing often lacks theoretical guarantees on join-order robustness while sacrificing query performance. In this paper, we rediscover the recent Predicate Transfer technique from a robustness point of view. We introduce two new algorithms, LargestRoot and SafeSubjoin, and then propose Robust Predicate Transfer (RPT) that is provably robust against arbitrary join orders of an acyclic query. We integrated Robust Predicate Transfer with DuckDB, a state-of-the-art analytical database, and evaluated against all the queries in TPC-H, JOB, and TPC-DS benchmarks. Our experimental results show that RPT improves join-order robustness…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
