| Authors: |
Christopher Jermaine
and Alin Dobra
and Subramanian Arumugam
and Shantanu Joshi
and Abhijit Pol
|
| URL: |
http://portal.acm.org/citation.cfm?id=1189769.1189775 |
| Description: |
The Sort-Merge-Shrink join |
| Tags: |
database
join
olap
reporting
retrieval
sampling
|
| Abstract: |
One of the most common operations in analytic query processing is the application of an aggregate function to the result of a relational join. We describe an algorithm called the Sort-Merge-Shrink (SMS) Join for computing the answer to such a query over large, disk-based input tables. The key innovation of the SMS join is that if the input data are clustered in a statistically random fashion on disk, then at all times, the join provides an online, statistical estimator for the eventual answer to the query as well as probabilistic confidence bounds. Thus, a user can monitor the progress of the join throughout its execution and stop the join when satisfied with the estimate's accuracy or run the algorithm to completion with a total time requirement that is not much longer than that of other common join algorithms. This contrasts with other online join algorithms, which either do not offer such statistical guarantees or can only offer guarantees so long as the input data can fit into main memory. |
@article{1189775,
title = {The Sort-Merge-Shrink join},
address = {New York, NY, USA},
author = {Christopher Jermaine and Alin Dobra and Subramanian Arumugam and Shantanu Joshi and Abhijit Pol},
journal = {ACM Trans. Database Syst.},
number = {4},
pages = {1382--1416},
publisher = {ACM},
url = {http://portal.acm.org/citation.cfm?id=1189769.1189775},
volume = {31},
year = {2006},
description = {The Sort-Merge-Shrink join},
abstract = {One of the most common operations in analytic query processing is the application of an aggregate function to the result of a relational join. We describe an algorithm called the Sort-Merge-Shrink (SMS) Join for computing the answer to such a query over large, disk-based input tables. The key innovation of the SMS join is that if the input data are clustered in a statistically random fashion on disk, then at all times, the join provides an online, statistical estimator for the eventual answer to the query as well as probabilistic confidence bounds. Thus, a user can monitor the progress of the join throughout its execution and stop the join when satisfied with the estimate's accuracy or run the algorithm to completion with a total time requirement that is not much longer than that of other common join algorithms. This contrasts with other online join algorithms, which either do not offer such statistical guarantees or can only offer guarantees so long as the input data can fit into main memory.},
issn = {0362-5915}, doi = {http://doi.acm.org/10.1145/1189769.1189775},
keywords = {database join olap reporting retrieval sampling }
}