Title :
A hierarchical approach to parallel multiquery scheduling
Author :
Wolf, Joel L. ; Turek, John ; Chen, Ming-Syan ; Yu, Philip S.
Author_Institution :
Res. Div., IBM Thomas J. Watson Res. Center, Yorktown Heights, NY, USA
fDate :
6/1/1995 12:00:00 AM
Abstract :
There has been a good deal of progress made recently toward the efficient parallelization of individual phases of single queries in multiprocessor database systems. In this paper we devise and experimentally evaluate a number of scheduling algorithms designed to handle multiple parallel queries. (Scheduling in this context implies the determination of both processor allotments and temporal processor assignments to individual queries and query phases.) One of these algorithms performs the best in our experiments. This algorithm is hierarchical in nature: In the first phase, a good quality precedence based schedule is created for each individual query and each possible number of processors. This component employs dynamic programming. In the second phase, the results of the first phase are used to create an overall schedule of the full set of queries. This component is based on previously published work on nonprecedence-based malleable scheduling. Even though the problem we are considering is NP-hard in the strong sense, the multiple query schedules generated by our hierarchical algorithm are seen experimentally to achieve high quality results
Keywords :
computational complexity; dynamic programming; parallel algorithms; processor scheduling; scheduling; NP-hard; dynamic programming; hierarchical approach; malleable scheduling; multiple parallel queries; multiple query schedules; multiprocessor database systems; parallel multiquery scheduling; Algorithm design and analysis; Database systems; Dynamic programming; Performance evaluation; Processor scheduling; Relational databases; Scheduling algorithm;
Journal_Title :
Parallel and Distributed Systems, IEEE Transactions on