Optimizing the cost of relational queries using Partial-Relation schemes

作者:

Highlights:

摘要

In this paper we propose a new access path to a relation, called a Partial-Relation scheme, in order to speed up the relational join operations. We present two join algorithms which preprocess the Partial-Relations first and then join the selected tuples of the relations. We have considered join-only queries and queries involving restrictions, projections and joins. The performance of these algorithms is compared with sort-merge and hash-based join algorithms. The analysis is based on the cost of accesses to the secondary storage and the CPU usage. It has been shown that for wide range of selectivity factors and/or join factors the proposed algorithms perform better than the sort-merge and hash-based join algorithms.

论文关键词:Join algorithms,hybrid-hash,semijoin,Partial-Relations

论文评审过程:Received 11 August 1986, Revised 28 December 1986, Available online 10 June 2003.

论文官网地址:https://doi.org/10.1016/0306-4379(88)90028-2