Cross-Layer Decision Timing Orchestration in Cost-Based Database Systems: Resolving Structural Temporal Misalignment
Ilsun Chang

TL;DR
This paper introduces a cross-layer decision timing framework for cost-based database systems that enhances execution stability and reduces tail-latency by dynamically adjusting operator decisions based on runtime signals.
Contribution
It proposes a novel runtime decision orchestration method that shifts control from compile-time optimization to runtime execution, improving robustness under uncertainty.
Findings
Reduces P99 latency by up to 20x under estimation drift
Maintains median latency comparable to traditional systems
Improves robustness against input-scale shifts and stale statistics
Abstract
This paper analyzes execution instability in traditional cost-based database management systems (DBMS) and identifies a structural timing misalignment between optimization and execution stages that contributes to tail-latency amplification. Beyond estimation accuracy and raw execution throughput, we argue that decision timing and the availability of runtime signals materially affect robustness under uncertainty. In conventional DBMS architectures, the optimizer relies on historical statistics, the executor observes runtime data distributions and resource states, and accelerators impose up-front transfer costs and amortization constraints. This temporal asynchrony can lead to rigid early-bound decisions that fail under input-scale shifts or stale statistics. We propose a cross-layer decision timing orchestration framework that shifts final decision authority from the compile-time…
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
TopicsAdvanced Database Systems and Queries · Cloud Computing and Resource Management · Software System Performance and Reliability
