A data-driven model over relational sum-product networks estimates cardinalities and approximate query answers more accurately than workload-trained learned components, with no query training data.
Approximate Query Processing using Deep Generative Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
Data is generated at an unprecedented rate surpassing our ability to analyze them. The database community has pioneered many novel techniques for Approximate Query Processing (AQP) that could give approximate results in a fraction of time needed for computing exact results. In this work, we explore the usage of deep learning (DL) for answering aggregate queries specifically for interactive applications such as data exploration and visualization. We use deep generative models, an unsupervised learning based approach, to learn the data distribution faithfully such that aggregate queries could be answered approximately by generating samples from the learned model. The model is often compact - few hundred KBs - so that arbitrary AQP queries could be answered on the client side without contacting the database server. Our other contributions include identifying model bias and minimizing it through a rejection sampling based approach and an algorithm to build model ensembles for AQP for improved accuracy. Our extensive experiments show that our proposed approach can provide answers with high accuracy and low latency.
citation-role summary
citation-polarity summary
fields
cs.DB 1years
2019 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
DeepDB: Learn from Data, not from Queries!
A data-driven model over relational sum-product networks estimates cardinalities and approximate query answers more accurately than workload-trained learned components, with no query training data.