paper-with-me

Papers

Approximate Query Processing using Deep Generative Models

2019-03-24 · Saravanan Thirumuruganathan, Shohedul Hasan, Nick Koudas, Gautam Das

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.

📄 PDF Abstract BibTeX arXiv:1903.10000

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Approximate Query Processing for Group-By Queries based on Conditional Generative Models

2021-01-08 · Meifan Zhang, Hongzhi Wang

The Group-By query is an important kind of query, which is common and widely used in data warehouses, data analytics, and data visualization. Approximate query processing is an effective way to increase the querying effi…

Data Visualization

Model-based Approximate Query Processing

2018-11-15 · Moritz Kulessa, Alejandro Molina, Carsten Binnig, Benjamin Hilprecht 외

Interactive visualizations are arguably the most important tool to explore, understand and convey facts about data. In the past years, the database community has been working on different techniques for Approximate Query…

model

Electra: Conditional Generative Model based Predicate-Aware Query Approximation

2022-01-28 · Nikhil Sheoran, Subrata Mitra, Vibhor Porwal, Siddharth Ghetia 외

The goal of Approximate Query Processing (AQP) is to provide very fast but "accurate enough" results for costly aggregate queries thereby improving user experience in interactive exploration of large datasets. Recently p…

GAN-based Tabular Data Generator for Constructing Synopsis in Approximate Query Processing: Challenges and Solutions

2022-12-18 · Mohammadali Fallahian, Mohsen Dorodchi, Kyle Kreth

In data-driven systems, data exploration is imperative for making real-time decisions. However, big data is stored in massive databases that are difficult to retrieve. Approximate Query Processing (AQP) is a technique fo…

Decision Making

LAQP: Learning-based Approximate Query Processing

2020-03-05 · Meifan Zhang, Hongzhi Wang

Querying on big data is a challenging task due to the rapid growth of data amount. Approximate query processing (AQP) is a way to meet the requirement of fast response. In this paper, we propose a learning-based AQP meth…