FAST 论文
2010引用 304
Data Management and AlgorithmsAlgorithms and Data CompressionAdvanced Database Systems and Queries
摘要
In-memory tree structured index search is a fundamental database operation. Modern processors provide tremendous computing power by integrating multiple cores, each with wide vector units. There has been much work to exploit modern processor architectures for database primitives like scan, sort, join and aggregation. However, unlike other primitives, tree search presents significant challenges due to irregular and unpredictable data accesses in tree traversal.