1989
DOI: 10.1145/62032.77249
|View full text |Cite
|
Sign up to set email alerts
|

Variable-depth trie index optimization: theory and experimental results

Abstract: We develop an efficient approach to Trie index optimization. A Trie is a data structure used to index a file having a set of attributes as record identifiers. In the proposed methodology, a file is horizontally partitioned into subsets of records using a Trie index whose depth of indexing is allowed to vary. The retrieval of a record from the file proceeds by "stepping through" the index to identify a subset of records in the file in which a binary search is performed. This paper develops a taxonomy of optimiz… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
11
0

Year Published

1998
1998
2010
2010

Publication Types

Select...
5
1

Relationship

0
6

Authors

Journals

citations
Cited by 12 publications
(11 citation statements)
references
References 12 publications
0
11
0
Order By: Relevance
“…Some of the proposals discussed above can be re-interpreted in the light of our proposals, as our work and these proposals share the idea of-in our terminology-storing suffixes of strings in containers [40,46]. Another related proposal is the b-trie [49], where b is a block size (such as a disk block), allowing the trie to be used as a disk access structure.…”
Section: Related Workmentioning
confidence: 96%
See 3 more Smart Citations
“…Some of the proposals discussed above can be re-interpreted in the light of our proposals, as our work and these proposals share the idea of-in our terminology-storing suffixes of strings in containers [40,46]. Another related proposal is the b-trie [49], where b is a block size (such as a disk block), allowing the trie to be used as a disk access structure.…”
Section: Related Workmentioning
confidence: 96%
“…A burst trie can be viewed as a generalisation of other proposed variants of trie [49,40,46], as discussed later. Figure 1 shows an example of a burst trie storing ten records whose keys are "came", "car", "cat", "cave", "cy", "cyan", "we", "went", "were", and "west" respectively.…”
Section: Containersmentioning
confidence: 99%
See 2 more Smart Citations
“…The Terrain relation would not be indexed in storage on the primary key, however; instead a secondary key index for the composite attribute (lat long) would be used, since data would almost always be retrieved on the basis of integer latitude longitude values, that is, for a 1-degree curved rectangle. Given the size of Terrain, some index optimization may be required in practice [41].…”
Section: The Terrain Data Relation Terrainmentioning
confidence: 99%