Affiliation:
1. School of Electrical Engineering and Computer Science, Seoul National University
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 to multidimensional index structures such as the R-tree, where the size of a key, typically, an MBR (minimum bounding rectangle), is much larger than that of a pointer. Simple elimination of four-byte pointers does not help much to pack more entries in a node.
This paper proposes a cache-conscious version of the R-tree called the CR-tree. To pack more entries in a node, the CR-tree compresses MBR keys, which occupy almost 80% of index data in the two-dimensional case. It first represents the coordinates of an MBR key relatively to the lower left corner of its parent MBR to eliminate the leading O's from the relative coordinate representation. Then, it quantizes the relative coordinates with a fixed number of bits to further cut off the trailing less significant bits. Consequently, the CR-tree becomes significantly wider and smaller than the ordinary R-tree. Our experimental and analytical study shows that the two-dimensional CR-tree performs search up to 2.5 times faster than the ordinary R-tree while maintaining similar update performance and consuming about 60% less memory space.
Publisher
Association for Computing Machinery (ACM)
Subject
Information Systems,Software
Cited by
30 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. A Survey of Multi-Dimensional Indexes: Past and Future Trends;IEEE Transactions on Knowledge and Data Engineering;2024-08
2. Three-dimensional Geospatial Interlinking with JedAI-spatial;Journal of Web Semantics;2024-07
3. G-Learned Index: Enabling Efficient Learned Index on GPU;IEEE Transactions on Parallel and Distributed Systems;2024-06
4. Label Space Partition Selection for Multi-Object Tracking Using Two-Layer Partitioning;2023 12th International Conference on Control, Automation and Information Sciences (ICCAIS);2023-11-27
5. SIMD-ified R-tree Query Processing and Optimization;Proceedings of the 31st ACM International Conference on Advances in Geographic Information Systems;2023-11-13