Charles Explorer logo
🇬🇧

Construction of Tree-based Indexes for Level-Contiguous Buffering Support

Publication at Faculty of Mathematics and Physics |
2007

Abstract

In multimedia databases, the spatial index structures based on trees (like R-tree, M-tree) have been proved to be efficient and scalable for low-dimensional data retrieval. However, if the data dimensionality is too high, the hierarchy of nested regions (represented by the tree nodes) becomes spatially indistinct.

Hence, the query processing deteriorates to inefficient index traversal (in terms of random-access I/O costs) and in such case the tree-based indexes are less efficient than the sequential search. This is mainly due to repeated access to many nodes at the top levels of the tree.

In this paper we propose a modified storage layout of tree-based indexes, such that nodes belonging to the same tree level are stored together.