Study of Improved Cache Sensitive B+-Tree

Wang Chen,Chen Gang,Dong Jinxiang
DOI: https://doi.org/10.16526/j.cnki.11-4762/tp.2006.11.035
2006-01-01
Abstract:In main-memory databases, the number of processor c ac he misses has a critical impact on the performance of the system. Cache consciou s indices can reduce the number of processor cache miss that are incurred during the search operation, and improve the performance. Conventional wisdom suggests that the index's node size should be equal to the cache line size in order to m inimize the number of cache misses. But this design choice ignores the effect of TLB misses.We propose a cache sensitive index called "Improved Cache Sensitive B+-Tree"(MCSB+-Tree). It gives attention to the effects of cache m isses and TLB misses, and can gain better performance than conventional cache co nscious indices.
What problem does this paper attempt to address?