Applying genetic algorithms in database partitioning

  • Authors:
  • Vincent Ng;Dik Man Law;Narasimhaiah Gorla;Chi Kong Chan

  • Affiliations:
  • Hong Kong Polytechnic University, Hung Hom, Hong Kong;Hong Kong Polytechnic University, Hung Hom, Hong Kong;Hong Kong Polytechnic University, Hung Hom, Hong Kong;Hong Kong Polytechnic University, Hung Hom, Hong Kong

  • Venue:
  • Proceedings of the 2003 ACM symposium on Applied computing
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

One popular technique used to enhance database performace is attribute partitioning. Attribute partitioning is the process of subdividing the attributes of a relation and then grouping them into fragments so as to minimize the number of disk access by all transactions. On the other hand, tuple clustering, which is the process of rearranging the order of tuples so that frequently queried tuples are grouped into as few blocks as possible, is mostly ignored. In this paper, we address the need of considering the n-ary attribute partitioning and tuple clustering at the same time in a relational database. A new algorithm is proposed for mixed fragmentation design using genetic algorithm. Java programs have been developed to implement the genetic algorithm for mixed fragmentation and the results are promising. It provides an improvement over previous works which considered vertical partitioning and tuple clustering separately. Comparisons with exhaustive enumeration and random search are also presented.