Back to Search Start Over

基于路径预取的树型索引查询优化.

Authors :
来逸瑞
李永坤
许胤龙
Source :
Application Research of Computers / Jisuanji Yingyong Yanjiu. Oct2024, Vol. 41 Issue 10, p3093-3099. 7p.
Publication Year :
2024

Abstract

In the process of researching tree-based in-memory indexes, traditional on-chip prefetching cannot adapt to the locality of index accesses, resulting in memory accesses becoming a performance bottleneck of this type of memory index. This paper proposed a path prefetching scheme at the software level to accelerate memory index accesses by prefetching, and enabled the algorithm to be quickly deployed on real machines. Based on the analysis of the tree-based indexes memory access process, this algorithm used a prefetch table to save the relationship between keys and index access paths, and matched data in the prefetch table through a matching algorithm based on key slice hashing. This paper implemented and evaluated the algorithm on current advanced tree-based memory indexes. The results indicate that it maintains stable performance improvement under different data scale and read-write-mixed workloads. Therefore, the algorithm based on path prefetching can effectively accelerate the memory access speed of tree-based in-memory index and improve index performance. [ABSTRACT FROM AUTHOR]

Subjects

Subjects :
*CACHE memory
*MEMORY
*ALGORITHMS

Details

Language :
Chinese
ISSN :
10013695
Volume :
41
Issue :
10
Database :
Academic Search Index
Journal :
Application Research of Computers / Jisuanji Yingyong Yanjiu
Publication Type :
Academic Journal
Accession number :
180241022
Full Text :
https://doi.org/10.19734/j.issn.1001-3695.2024.02.0051