Title :
Performance of a composite attribute and join index
Author_Institution :
Dept. of Comput. Sci., Concordia Univ., Montreal, Que., Canada
fDate :
2/1/1989 12:00:00 AM
Abstract :
The use of a composite index known as the Bc-tree is presented; it is based on the concept of the B+-tree and serves the dual purpose of an attribute and join index and indirectly implements the link sets. The leaf node of the Bc-tree incorporates in each leaf node a reference to all tuples in the database that share common data values of a shared domain. In addition to improving the performance of the join and selection operations, the composite index facilitate the enforcement of structural integrity constraints. The author also presents the results of simulations that compare the performance of this approach with the simple join technique. The proposed approach, in the case of the simulated database, is seen to provide better performance for an average domain value size of greater than between 2 and 4 bytes
Keywords :
data structures; relational databases; Bc-tree; B+-tree; attribute index; common data values; composite index; database; join index; structural integrity constraints; tuples; Application software; Artificial intelligence; CADCAM; Computer aided manufacturing; Data models; Data structures; Database languages; Dispersion; Helium; Relational databases;
Journal_Title :
Software Engineering, IEEE Transactions on