Abstract
Inequality joins, which join relational tables on inequality conditions, are used in various applications. While there have been a wide range of optimization methods for joins in database systems, from algorithms such as sort-merge join and band join, to various indices such as B+-tree, R*-tree and Bitmap, inequality joins have received little attention and queries containing such joins are usually very slow. In this paper, we introduce fast inequality join algorithms. We put columns to be joined in sorted arrays and we use permutation arrays to encode positions of tuples in one sorted array w.r.t. the other sorted array. In contrast to sort-merge join, we use space efficient bit-arrays that enable optimizations, such as Bloom filter indices, for fast computation of the join results. We have implemented a centralized version of these algorithms on top of PostgreSQL, and a distributed version on top of Spark SQL. We have compared against well known optimization techniques for inequality joins and show that our solution is more scalable and several orders of magnitude faster.
Original language | English (US) |
---|---|
Title of host publication | Proceedings of the VLDB Endowment |
Publisher | VLDB Endowment |
DOIs | |
State | Published - Sep 1 2015 |
Event | Proceedings of the VLDB Endowment - Proceedings of the 41st International Conference on Very Large Data Bases - Kohala Coast, Hawaii Duration: Sep 1 2015 → … |
Conference
Conference | Proceedings of the VLDB Endowment - Proceedings of the 41st International Conference on Very Large Data Bases |
---|---|
Period | 09/1/15 → … |