EMBANKS: Towards Disk Based Algorithms For Keyword-Search In Structured Databases
Nitin Gupta

TL;DR
EMBANKS introduces a disk-based framework for keyword search in structured databases, enabling efficient processing of large graphs by reducing memory load and query times.
Contribution
It presents a novel disk-based architecture for BANKS, allowing large database graphs to be processed efficiently with reduced memory requirements.
Findings
Significantly reduces database load time.
Decreases query execution times.
Enables in-memory processing of large graphs.
Abstract
In recent years, there has been a lot of interest in the field of keyword querying relational databases. A variety of systems such as DBXplorer [ACD02], Discover [HP02] and ObjectRank [BHP04] have been proposed. Another such system is BANKS, which enables data and schema browsing together with keyword-based search for relational databases. It models tuples as nodes in a graph, connected by links induced by foreign key and other relationships. The size of the database graph that BANKS uses is proportional to the sum of the number of nodes and edges in the graph. Systems such as SPIN, which search on Personal Information Networks and use BANKS as the backend, maintain a lot of information about the users' data. Since these systems run on the user workstation which have other demands of memory, such a heavy use of memory is unreasonable and if possible, should be avoided. In order to…
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
TopicsAdvanced Database Systems and Queries · Data Management and Algorithms · Algorithms and Data Compression
