1. DAP join: Produce massive and immediate result in multi join query using flushing
- Author
-
Rakesh Rathi, Pranjal Bansal, and Vinesh Jain
- Subjects
Hash join ,Recursive join ,Computer science ,Sort-merge join ,Hash function ,InformationSystems_DATABASEMANAGEMENT ,Join (sigma algebra) ,Block nested loop ,Throughput ,Parallel computing ,State (computer science) - Abstract
This paper introduced a method for producing massive and immediate result in multi-join query (DAP Join, for short). Mostly previous research are based on single join operator while DAP join is based on multiple join operators. DAP join distinguishes itself from all previous techniques by concluding benefits of Hash Merge join, Rate Based Progressive Join and State Spilling and its own new approach. DAP join employs a new flushing technique to move N amount of data from memory to disk when memory allotment is exhausted and move N/2 amount of data when data arrival rate is slow in online environment. DAP join moves data to disk which is least useful and use Symmetric Hash Join in in-memory join makes it efficient in order to maximize overall throughput and produce early result.
- Published
- 2013
- Full Text
- View/download PDF