A disk-based join with probabilistic guarantees

  • Authors:
  • Christopher Jermaine;Alin Dobra;Subramanian Arumugam;Shantanu Joshi;Abhijit Pol

  • Affiliations:
  • University of Florida, Gainesville;University of Florida, Gainesville;University of Florida, Gainesville;University of Florida, Gainesville;University of Florida, Gainesville

  • Venue:
  • Proceedings of the 2005 ACM SIGMOD international conference on Management of data
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

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 for computing the answer to such a query over large, disk-based input tables. The key innovation of our algorithm is that at all times, it 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 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 core memory.