Proceedings of the 2001 ACM SIGMOD International Conference on Management of Data 2001
DOI: 10.1145/375663.375679
|View full text |Cite
|
Sign up to set email alerts
|

Optimizing multidimensional index trees for main memory access

Abstract: Recent studies have shown that cache-conscious indexes such as the CSB+-tree outperform conventional main memory indexes such as the T-tree. The key idea of these cache-conscious indexes is to eliminate most of child pointers from a node to increase the fanout of the tree. When the node size is chosen in the order of the cache block size, this pointer elimination effectively reduces the tree height, and thus improves the cache behavior of the index. However, the pointer elimination cannot be directly applied t… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
36
0

Year Published

2004
2004
2010
2010

Publication Types

Select...
5
2

Relationship

0
7

Authors

Journals

citations
Cited by 77 publications
(36 citation statements)
references
References 17 publications
0
36
0
Order By: Relevance
“…Two kinds of data set such as uniformly distributed syn- thetic data set and real data set (TIGER) were used in the experiments. The generation method of the uniform distribution data sets is the same as that of the uniform distribution data sets in CR-tree [8]. First we generated integers between 0 and 100 by using random number generator and stored them to a 2-dimensional array sequentially.…”
Section: Pcr-tree: Our Proposed Index Structurementioning
confidence: 99%
See 3 more Smart Citations
“…Two kinds of data set such as uniformly distributed syn- thetic data set and real data set (TIGER) were used in the experiments. The generation method of the uniform distribution data sets is the same as that of the uniform distribution data sets in CR-tree [8]. First we generated integers between 0 and 100 by using random number generator and stored them to a 2-dimensional array sequentially.…”
Section: Pcr-tree: Our Proposed Index Structurementioning
confidence: 99%
“…However, when the number of bits used in compression is 4, the performance of CR-tree is almost same to that of PR-tree. As mentioned in [8], the number of compression bits affects the performance of CR-tree. In our experiments, 8 bit compression shows best performance.…”
Section: Performance Evaluationmentioning
confidence: 99%
See 2 more Smart Citations
“…A number of index structures have been proposed for main memory query processing [21,17,8], built upon the idea of packing the index into pages that can fit in the cache line, the size of which usually ranges from 32 to 128 bytes. However, these indexes are designed for single or low-dimensional data and are not suitable for highdimensional data.…”
Section: Introductionmentioning
confidence: 99%