Mragyati : A System for Keyword-based Searching in Databases
N. L. Sarda, Ankur Jain

TL;DR
Mragyati is a scalable system that enables keyword-based searching in databases by translating free-form user queries into structured database queries, making database search more accessible without schema knowledge.
Contribution
It introduces a novel approach for keyword-based database search that leverages metadata and inter-table relationships without requiring in-memory graph construction.
Findings
Prototype implementation demonstrates effective keyword-to-query translation.
System successfully retrieves relevant database information without schema knowledge.
Approach is scalable and does not rely on in-memory graph building.
Abstract
The web, through many search engine sites, has popularized the keyword-based search paradigm, where a user can specify a string of keywords and expect to retrieve relevant documents, possibly ranked by their relevance to the query. Since a lot of information is stored in databases (and not as HTML documents), it is important to provide a similar search paradigm for databases, where users can query a database without knowing the database schema and database query languages such as SQL. In this paper, we propose such a database search system, which accepts a free-form query as a collection of keywords, translates it into queries on the database using the database metadata, and presents query results in a well-structured and browsable form. Th eysytem maps keywords onto the database schema and uses inter-relationships (i.e., data semantics) among the referred tables to generate meaningful…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsData Management and Algorithms · Advanced Database Systems and Queries · Algorithms and Data Compression
