DBLGJul 3

Selectivity Estimation for Linear Queries via Online Learning

arXiv:2607.028954.3
Predicted impact top 69% in DB · last 90 daysOriginality Incremental advance
AI Analysis

It provides theoretical guarantees for learning-based selectivity estimation in dynamic settings, a problem previously only studied in static contexts.

The paper proposes an online learning framework for selectivity estimation in databases that handles dynamic changes in both the database and query workload, establishing regret bounds for histogram-based linear queries.

Learning-based approaches for selectivity estimation in databases have gained significant traction in recent years. However, theoretical studies of these learning-based approaches are essentially limited to fixed query distributions on static databases. In practice, both the underlying database and the query workload can dynamically change over time. In this work, we propose an algorithmic framework for learning selectivity of queries in this more general dynamic setup. Inspired by online learning, we measure the performance of the learning algorithm in this setting by its regret, which compares the cumulative loss incurred by the learning algorithm to that of the best fixed strategy. We establish upper and lower bounds on regret for histogram-based linear queries, such as point, range, and subset selection queries, under standard loss functions, in both static and dynamic database settings.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes