vix.ing · top · new · best · stats · spec

Grid-AR: A Grid-based Booster for Learned Cardinality Estimation and Range Joins

2024/10/10 by Damjan Gjurovski, Gjurovski, Damjan, Angjela Davitkova +3
Computer Science · #Advanced Clustering Algorithms Research #Databases (cs.DB) #FOS: Computer and information sciences #Face and Expression Recognition

paper · pdf · doi:10.48550/arxiv.2410.07895

openalex publication_date 2024/10/10 · openalex created_date 2024/10/13 · openalex updated_date 2026/07/28

Abstract

We propose an advancement in cardinality estimation by augmenting autoregressive models with a traditional grid structure. The novel hybrid estimator addresses the limitations of autoregressive models by creating a smaller representation of continuous columns and by incorporating a batch execution for queries with range predicates, as opposed to an iterative sampling approach. The suggested modification markedly improves the execution time of the model for both training and prediction, reduces memory consumption, and does so with minimal decline in accuracy. We further present an algorithm that enables the estimator to calculate cardinality estimates for range join queries efficiently. To validate the effectiveness of our cardinality estimator, we conduct and present a comprehensive evaluation considering state-of-the-art competitors using three benchmark datasets -- demonstrating vast improvements in execution times and resource utilization.

Related