GeMDA: A Multidimensional Data Partitioning Technique for Multiprocessor Database Systems

  • Authors:
  • Yu-Lung Lo;Kien A. Hua;Honesty C. Young

  • Affiliations:
  • Department of Information Management, Chaoyang University of Technology, 168, GiFeng E. Rd., WuFeng, TaiChung County, Taiwan 413, Republic of China. yllo@cyut.edu.tw;School of Electrical Engineering and Computer Science, University of Central Florida, Orlando, FL 32816-2362, USA. kienhua@cs.ucf.edu;IBM Research Division, Almaden Research Center, San Jose, CA 95120-6099, USA. young@almaden.ibm.com

  • Venue:
  • Distributed and Parallel Databases
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Several studies have repeatedly demonstrated that both the performance and scalability of a shared-nothing parallel database system depend on the physical layout of data across the processing nodes of the system. Today, data is allocated in these systems using horizontal partitioning strategies. This approach has a number of drawbacks. If a query involves the partitioning attribute, then typically only a small number of the processing nodes can be used to speedup the execution of this query. On the other hand, if the predicate of a selection query includes an attribute other than the partitioning attribute, then the entire data space must be searched. Again, this results in waste of computing resources. In recent years, several multidimensional data declustering techniques have been proposed to address these problems. However, these schemes are too restrictive (e.g., FX, ECC, etc.), or optimized for a certain type of queries (e.g., DM, HCAM, etc.). In this paper, we introduce a new technique which is flexible, and performs well for general queries. We prove its optimality properties, and present experimental results showing that our scheme outperforms DM and HCAM by a significant margin.