Back to Search
Start Over
JOSIE
- Source :
- SIGMOD Conference
- Publication Year :
- 2019
- Publisher :
- ACM, 2019.
-
Abstract
- We present a new solution for finding joinable tables in massive data lakes: given a table and one join column, find tables that can be joined with the given table on the largest number of distinct values. The problem can be formulated as an overlap set similarity search problem by considering columns as sets and matching values as intersection between sets. Although set similarity search is well-studied in the field of approximate string search (e.g., fuzzy keyword search), the solutions are designed for and evaluated over sets of relatively small size (average set size rarely much over 100 and maximum set size in the low thousands) with modest dictionary sizes (the total number of distinct values in all sets is only a few million). We observe that modern data lakes typically have massive set sizes (with maximum set sizes that may be tens of millions) and dictionaries that include hundreds of millions of distinct values. Our new algorithm, JOSIE (Joining Search using Intersection Estimation) minimizes the cost of set reads and inverted index probes used in finding the top-k sets. We show that JOSIE completely out performs the state-of-the-art overlap set similarity search techniques on data lakes. More surprising, we also consider state-of-the-art approximate algorithm and show that our new exact search algorithm performs almost as well, and even in some cases better, on real data lakes.
- Subjects :
- Matching (graph theory)
Computer science
Intersection (set theory)
Nearest neighbor search
02 engineering and technology
String searching algorithm
Inverted index
Column (database)
Set (abstract data type)
Search algorithm
020204 information systems
0202 electrical engineering, electronic engineering, information engineering
020201 artificial intelligence & image processing
Algorithm
Subjects
Details
- Database :
- OpenAIRE
- Journal :
- Proceedings of the 2019 International Conference on Management of Data
- Accession number :
- edsair.doi...........17c5595832b1f86e59de31978567c22b
- Full Text :
- https://doi.org/10.1145/3299869.3300065