HEDC: a histogram estimator for data in the cloud

  • Authors:
  • Yingjie Shi;Xiaofeng Meng;Fusheng Wang;Yantao Gan

  • Affiliations:
  • Renmin University of China, Beijing, China;Renmin University of China, Beijing, China;Emory University, Atlanta, GA, USA;Renmin University of China, Beijing, China

  • Venue:
  • Proceedings of the fourth international workshop on Cloud data management
  • Year:
  • 2012

Quantified Score

Hi-index 0.00

Visualization

Abstract

With increasing popularity of cloud based data management, improving the performance of queries in the cloud is an urgent issue to solve. Summary of data distribution and statistical information has been commonly used in traditional database to support query optimization, and histograms are of particular interest. Naturally, histograms could be used to support query optimization and efficient utilization of computing resources in the cloud. Histograms could provide helpful reference information for generating optimal query plan, and generate basic statistics useful for guaranteeing the load balance of query processing in the cloud. Since it is too expensive to construct the exact histogram on massive data, building the approximate histogram is a more feasible solution. This problem, however, is challenging to solve in the cloud environment because of the special data organization and processing mode in the cloud. In this paper, we present HEDC, a Histogram Estimator for Data in the Cloud. We design a histogram estimate workflow based on an extended MapReduce framework, and propose novel sampling mechanisms to leverage the sampling efficiency and estimate accuracy. We experimentally validate our techniques on Hadoop and the results demonstrate that HEDC can provide promising histogram estimate for massive data in the cloud.