paper-with-me

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 efficiency on big data. The answer to a group-by query involves multiple values, which makes it difficult to provide sufficiently accurate estimations for all the groups. Stratified sampling improves the accuracy compared with the uniform sampling, but the samples chosen for some special queries cannot work for other queries. Online sampling chooses samples for the given query at query time, but it requires a long latency. Thus, it is a challenge to achieve both accuracy and efficiency at the same time. Facing such challenge, in this work, we propose a sample generation framework based on a conditional generative model. The sample generation framework can generate any number of samples for the given query without accessing the data. The proposed framework based on the lightweight model can be combined with stratified sampling and online aggregation to improve the estimation accuracy for group-by queries. The experimental results show that our proposed methods are both efficient and accurate.

📄 PDF Abstract BibTeX arXiv:2101.02914

Code (0)

등록된 구현이 없습니다.

Tasks

Data Visualization

Similar Papers 제목 키워드 기반

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…

Approximating Aggregated SQL Queries With LSTM Networks

2020-10-25 · Nir Regev, Lior Rokach, Asaf Shabtai

Despite continuous investments in data technologies, the latency of querying data still poses a significant challenge. Modern analytic solutions require near real-time responsiveness both to make them interactive and to …

Collective Spatial Keyword Querying

2011-06-12 · 2011 2011 6 · Xin Cao1, Gao Cong

With the proliferation of geo-positioning and geo-tagging, spatial web objects that possess both a geographical location and a textual description are gaining in prevalence, and spatial keyword queries that exploit bo…

Conditional DETR V2: Efficient Detection Transformer with Box Queries

2022-07-18 · Xiaokang Chen, Fangyun Wei, Gang Zeng, Jingdong Wang

In this paper, we are interested in Detection Transformer (DETR), an end-to-end object detection approach based on a transformer encoder-decoder architecture without hand-crafted postprocessing, such as NMS. Inspired by …

DecoderObjectobject-detectionObject Detection

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 …