Indexing Multiple Sets.
Christoph Kilger, Guido Moerkotte:
Indexing Multiple Sets.
VLDB 1994: 180-191@inproceedings{DBLP:conf/vldb/KilgerM94,
author = {Christoph Kilger and
Guido Moerkotte},
editor = {Jorge B. Bocca and
Matthias Jarke and
Carlo Zaniolo},
title = {Indexing Multiple Sets},
booktitle = {VLDB'94, Proceedings of 20th International Conference on Very
Large Data Bases, September 12-15, 1994, Santiago de Chile, Chile},
publisher = {Morgan Kaufmann},
year = {1994},
isbn = {1-55860-153-8},
pages = {180-191},
ee = {db/conf/vldb/vldb94-180.html},
crossref = {DBLP:conf/vldb/94},
bibsource = {DBLP, http://dblp.uni-trier.de}
}
Abstract
We examine the performance of B+-tree
based index structures for
multiple sets, as developed in the context of object bases. Index
structures for multiple sets can be classified into those that group
entries according to their key value and those that group entries
according to their set membership. The former are particularly suited
for exact match queries on all indexed sets, the latter especially
support range queries on a small number of all indexed sets. The goal
is to thoroughly evaluate the performance of both grouping strategies.
There exist two good reasons for adding a new index structure to the
evaluation:
- The performance potentials of set grouping index structures are
not yet fully exploited.
- Up to now, the database administrator has to choose between the
key grouping and the set grouping index structures. If the application
profile consists of both, exact match queries and range queries, this
is not really a choice. Hence, a more flexible index structure is
needed which can be tuned to a given mix containing both, exact
match and range queries.
These two reasons led us to the development of the CG-tree. The focus
of the paper is on introducing the CG-tree and on a thorough analysis
of the performance of the CH-index, H-tree, and CG-tree under various
conditions.
Copyright © 1994 by the VLDB Endowment.
Permission to copy without fee all or part of this material is granted provided that the copies are not made or
distributed for direct commercial advantage, the VLDB
copyright notice and the title of the publication and
its date appear, and notice is given that copying
is by the permission of the Very Large Data Base
Endowment. To copy otherwise, or to republish, requires
a fee and/or special permission from the Endowment.
Online Paper
CDROM Version: Load the CDROM "Volume 1 Issue 5, VLDB '89-'97" and ...
DVD Version: Load ACM SIGMOD Anthology DVD 1" and ...
Printed Edition
Jorge B. Bocca, Matthias Jarke, Carlo Zaniolo (Eds.):
VLDB'94, Proceedings of 20th International Conference on Very Large Data Bases, September 12-15, 1994, Santiago de Chile, Chile.
Morgan Kaufmann 1994, ISBN 1-55860-153-8
Contents
References
- [1]
- Rudolf Bayer, Edward M. McCreight:
Organization and Maintenance of Large Ordered Indices.
Acta Inf. 1: 173-189(1972)
- [2]
- Michael J. Carey, David J. DeWitt, Joel E. Richardson, Eugene J. Shekita:
Object and File Management in the EXODUS Extensible Database System.
VLDB 1986: 91-100
- [3]
- Sophie Cluet, Claude Delobel:
A General Framework for the Optimization of Object-Oriented Queries.
SIGMOD Conference 1992: 383-392
- [4]
- Theo Härder:
Implementing a Generalized Access Path Structure for a Relational Database System.
ACM Trans. Database Syst. 3(3): 285-298(1978)
- [5]
- Alfons Kemper, Guido Moerkotte:
Object-Oriented Database Management: Applications in Engineering and Computer Science.
Prentice-Hall 1994, ISBN 0-13-629239-9
Contents - [6]
- ...
- [7]
- ...
- [8]
- Chee Chin Low, Hongjun Lu, Beng Chin Ooi, Jiawei Han:
Efficient Access Methods in Deductive and Object-Oriented Databases.
DOOD 1991: 68-84
- [9]
- Chee Chin Low, Beng Chin Ooi, Hongjun Lu:
H-trees: A Dynamic Associative Search Index for OODB.
SIGMOD Conference 1992: 134-143
- [10]
- Jürg Nievergelt, Hans Hinterberger, Kenneth C. Sevcik:
The Grid File: An Adaptable, Symmetric Multikey File Structure.
ACM Trans. Database Syst. 9(1): 38-71(1984)
- [11]
- Bernhard Seeger, Hans-Peter Kriegel:
The Buddy-Tree: An Efficient and Robust Access Method for Spatial Data Base Systems.
VLDB 1990: 590-601
- [12]
- Patrick Valduriez:
Join Indices.
ACM Trans. Database Syst. 12(2): 218-246(1987)
Copyright © Tue Mar 16 02:22:04 2010
by Michael Ley (ley@uni-trier.de)