paper-with-me

홈 › Papers

QCardEst/QCardCorr: Quantum Cardinality Estimation and Correction

2025-09-10 · Tobias Winker, Jinghua Groppe, Sven Groppe arxiv

Cardinality estimation is an important part of query optimization in DBMS. We develop a Quantum Cardinality Estimation (QCardEst) approach using Quantum Machine Learning with a Hybrid Quantum-Classical Network. We define a compact encoding for turning SQL queries into a quantum state, which requires only qubits equal to the number of tables in the query. This allows the processing of a complete query with a single variational quantum circuit (VQC) on current hardware. In addition, we compare multiple classical post-processing layers to turn the probability vector output of VQC into a cardinality value. We introduce Quantum Cardinality Correction QCardCorr, which improves classical cardinality estimators by multiplying the output with a factor generated by a VQC to improve the cardinality estimation. With QCardCorr, we have an improvement over the standard PostgreSQL optimizer of 6.37 times for JOB-light and 8.66 times for STATS. For JOB-light we even outperform MSCN by a factor of 3.47.

📄 PDF Abstract BibTeX arXiv:2509.08817

Code (0)

등록된 구현이 없습니다.

Tasks

Quantum Machine Learning

Similar Papers 제목 키워드 기반

TiCard: Deployable EXPLAIN-only Residual Learning for Cardinality Estimation

2025-12-16 · Qizhi Wang arxiv

Cardinality estimation is a key bottleneck for cost-based query optimization, yet deployable improvements remain difficult: classical estimators miss correlations, while learned estimators often require workload-specific…

SQL2Circuits: Estimating Metrics for SQL Queries with a Quantum Natural Language Processing Method

2023-06-14 · Valter Uotila

In recent years, advances in quantum computing have led to accelerating research on quantum applications across fields. Here, we introduce a quantum machine learning model as a potential solution to the classical questio…

Binary ClassificationQuantum Machine Learning

Totally Corrective Boosting with Cardinality Penalization

2015-04-07 · Vasil S. Denchev, Nan Ding, Shin Matsushima, S. V. N. Vishwanathan 외

We propose a totally corrective boosting algorithm with explicit cardinality regularization. The resulting combinatorial optimization problems are not known to be efficiently solvable with existing classical methods, but…

BenchmarkingCombinatorial Optimization

Quantum Global Variational Learning for Quantum Error Correction

2026-06-07 · Shun Ryuzaki, Hideo Mukai arxiv

Efficient quantum error correction is essential for the advancement of quantum computing. We propose a quantum neural network with a global structure that reduces the number of unitary matrices required in quantum circui…

Adaptive Cardinality Estimation

2017-11-22 · Oleg Ivanov, Sergey Bartunov

In this paper we address cardinality estimation problem which is an important subproblem in query optimization. Query optimization is a part of every relational DBMS responsible for finding the best way of the execution …