Abstract. Researchers have modified existing index structures into ones opti-mized for CPU cache performance in main memory database environments. A Cache Sensitive B+-Tree is one of them. It is designed to minimize the impact of cache misses for B+-Trees and it has been known to be more effective than other types of main memory index structure including T-Trees. In this paper, we introduce a Cache Sensitive T-Tree (CST-Tree) and show how T-Trees can also be redesigned to be cache sensitive. We present an experimental perform-ance study which shows that our Cache Sensitive T-Trees can outperform the original T-Trees and Cache Sensitive B+-Trees on average 65 percent and 17 percent, respectively.
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
In recent years the relative speed difference between CPUs and main-memory has be-come so great that...
Recent research shows that the database performance can be significantly improved by the effective c...
In main-memory databases, the number of processor cache misses has a critical impact on the performa...
access method, cache consciousness, data locality, data structure, main-memory database The recent h...
In main-memory databases, the number of processor cache misses has a critical impact on the performa...
We study indexing techniques for main memory, including hash indexes, binary search trees, T-trees, ...
B-trees are the data structure of choice for maintaining searchable data on disk. However, B-trees p...
B-trees are the data structure of choice for maintaining searchable data on disk. However, B-trees p...
In recent years the relative speed difference between CPUs and main-memory has become so great that ...
As random access memory gets cheaper, it becomes increasingly affordable to build computers with lar...
As memory becomes cheaper and larger in capacity, more and more databases are being stored entirely ...
While the B-tree (or the B+-tree) is the most popular index structure in disk-based relational datab...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
In recent years the relative speed difference between CPUs and main-memory has be-come so great that...
Recent research shows that the database performance can be significantly improved by the effective c...
In main-memory databases, the number of processor cache misses has a critical impact on the performa...
access method, cache consciousness, data locality, data structure, main-memory database The recent h...
In main-memory databases, the number of processor cache misses has a critical impact on the performa...
We study indexing techniques for main memory, including hash indexes, binary search trees, T-trees, ...
B-trees are the data structure of choice for maintaining searchable data on disk. However, B-trees p...
B-trees are the data structure of choice for maintaining searchable data on disk. However, B-trees p...
In recent years the relative speed difference between CPUs and main-memory has become so great that ...
As random access memory gets cheaper, it becomes increasingly affordable to build computers with lar...
As memory becomes cheaper and larger in capacity, more and more databases are being stored entirely ...
While the B-tree (or the B+-tree) is the most popular index structure in disk-based relational datab...
We present dynamic search-tree data structures that perform well in the setting of a hierarchical me...
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
B+-Trees have been traditionally optimized for I/O performance with disk pages as tree nodes. Recent...
In recent years the relative speed difference between CPUs and main-memory has be-come so great that...