paper-with-me

홈 › Papers

Database Learning: Toward a Database that Becomes Smarter Every Time

2017-03-16 · Yongjoo Park, Ahmad Shahab Tajik, Michael Cafarella, Barzan Mozafari

In today's databases, previous query answers rarely benefit answering future queries. For the first time, to the best of our knowledge, we change this paradigm in an approximate query processing (AQP) context. We make the following observation: the answer to each query reveals some degree of knowledge about the answer to another query because their answers stem from the same underlying distribution that has produced the entire dataset. Exploiting and refining this knowledge should allow us to answer queries more analytically, rather than by reading enormous amounts of raw data. Also, processing more queries should continuously enhance our knowledge of the underlying distribution, and hence lead to increasingly faster response times for future queries. We call this novel idea---learning from past query answers---Database Learning. We exploit the principle of maximum entropy to produce answers, which are in expectation guaranteed to be more accurate than existing sample-based approximations. Empowered by this idea, we build a query engine on top of Spark SQL, called Verdict. We conduct extensive experiments on real-world query traces from a large customer of a major database vendor. Our results demonstrate that Verdict supports 73.7% of these queries, speeding them up by up to 23.0x for the same accuracy level compared to existing AQP systems.

📄 PDF Abstract BibTeX arXiv:1703.05468

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

smart application for AMS using Face Recognition

2013-11-13 · MuthuKalyani. K, VeeraMuthu. A

Attendance Management System (AMS) can be made into smarter way by using face recognition technique, where we use a CCTV camera to be fixed at the entry point of a classroom, which automatically captures the image of the…

Face RecognitionManagement

KenMeSH: Knowledge-enhanced End-to-end Biomedical Text Labelling

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Currently, Medical Subject Headings (MeSH) are manually assigned to every biomedical article published and subsequently recorded in the PubMed database to facilitate retrieving relevant information. With the rapid growth…

KenMeSH: Knowledge-enhanced End-to-end Biomedical Text Labelling

2022-03-14 · ACL 2022 5 · Xindi Wang, Robert E. Mercer, Frank Rudzicz

Currently, Medical Subject Headings (MeSH) are manually assigned to every biomedical article published and subsequently recorded in the PubMed database to facilitate retrieving relevant information. With the rapid growth…

End-to-End Text-to-SQL with Dataset Selection: Leveraging LLMs for Adaptive Query Generation

2025-08-08 · Anurag Tripathi, Vaibhav Patle, Abhinav Jain, Ayush Pundir 외 arxiv

Text-to-SQL bridges the gap between natural language and structured database language, thus allowing non-technical users to easily query databases. Traditional approaches model text-to-SQL as a direct translation task, w…

Natural Language QueriesPrompt Engineering

Auditing Forgetting in Limited Memory Language Models

2026-07-01 · Arya Raeesi, Hanna Roed arxiv

Limited Memory Language Models (LMLMs) externalize factual knowledge to a database to enable deletion-based unlearning without retraining. Existing evaluations measure post-deletion correctness in aggregate and cannot te…