Title :
Utilizing page-level join index for optimization in parallel join execution
Author :
Lee, Chiang ; Chang, Zue-An
Author_Institution :
Inst. of Inf. Eng., Nat. Cheng Kung Univ., Tainan, Taiwan
fDate :
12/1/1995 12:00:00 AM
Abstract :
This paper presents a methodology for the optimization of parallel join execution. Past research on parallel join methods mostly focused on the design of algorithms for partitioning (e.g. hash) relations and distributing data buckets as evenly as possible to the processors. Once data is distributed to the processors, it assumes that all processors will complete their tasks at about the same time. We stress that this is true if no further information such as page-level join index is available. Otherwise, the join execution can be further optimized and the workload in the processors may still be unbalanced. We study such problems that may incur in a shared-nothing architecture environment and propose algorithms for the problems. Also, a simulation study is performed to understand the characteristics of the proposed method
Keywords :
database theory; optimisation; parallel processing; query processing; relational databases; resource allocation; data buckets; page-level join index; parallel join execution optimization; relation partitioning; relational database; shared-nothing architecture environment; simulation study; workload balancing; Algorithm design and analysis; Joining processes; Optimization methods; Partitioning algorithms; Processor scheduling; Query processing; Relational databases; Stress;
Journal_Title :
Knowledge and Data Engineering, IEEE Transactions on