New bucket join algorithm for faster join query results
Join is the most expensive and the frequent operation in database. Significant numbers of join queries are executed in the interactive applications. In interactive applications the first few thousand results need to be produced without any delay. The current join algorithms are mainly based on hash...
Gespeichert in:
Veröffentlicht in: | International arab journal of information technology 2015-12, Vol.12 (6A(s)), p.701-707 |
---|---|
Hauptverfasser: | , |
Format: | Artikel |
Sprache: | eng |
Schlagworte: | |
Online-Zugang: | Volltext |
Tags: |
Tag hinzufügen
Keine Tags, Fügen Sie den ersten Tag hinzu!
|
Zusammenfassung: | Join is the most expensive and the frequent operation in database. Significant numbers of join queries are executed
in the interactive applications. In interactive applications the first few thousand results need to be produced without any delay.
The current join algorithms are mainly based on hash join or sort merge join which is less suitable for interactive applications
because some pre-work is required by these algorithms before it could produce the join results. The nested loop join technique
produces the results without any delay, but it needs more comparisons to produce the join results as it carries the tuples which
will not yield any join results till the end of the join operation. In this paper we present a new join algorithm called bucket join
which will over comes the limitations of hash based and sort based algorithms. In this new join algorithm the tuples are
divided into buckets without any pre-work. The matched tuples and the tuples which will not produce the join results are
eliminated during each phase thus the no. of comparison required to produce the join results are considerable low when
compared to the other join algorithms. Thus, the bucket join algorithm can replace the other early join algorithms in any
situation where a fast initial response time is required without any penalty in the memory usage and I/O operations |
---|---|
ISSN: | 1683-3198 1683-3198 |