PulseExploreJournal ClubDebatesTrendingResearchersJournals
Instagram
HomeExploreJournal ClubTrending
Synapse
⌘+K
Synapse
May 20, 2026Proceedings of the ACM on Management of Data0 citations

Efficient Index Layout and Search Strategy for Large-scale High-dimensional Vector Similarity Search

View Full Paper
WCWeijian ChenHLHaotian LiuYDYangshen Deng

Key Points

  • To improve performance in on-disk graph-based approximate nearest neighbor search systems for large-scale, high-dimensional vectors.
  • Performance analysis using the adapted roofline model on existing systems.
  • Development of a novel on-disk data layout utilizing SIMD instructions.
  • Design of optimization techniques like degree-based node cache and early dispatch strategy.
  • Laser outperforms existing on-disk graph-based index systems significantly in high-dimensional settings.
  • Laser matches or exceeds the performance of in-memory index systems.
  • The optimization strategies effectively reduce compute-bound issues, improving overall efficiency.

Abstract

On-disk graph-based approximate nearest neighbor search (ANNS) is essential for large-scale, high-dimensional vector retrieval, yet its performance is widely recognized to be limited by the prohibitive I/O costs. Interestingly, we observed that the performance of on-disk graph-based index systems is compute-bound, not I/O-bound, with the rising of the vector data dimensionality (e.g., hundreds or thousands). This insight uncovers a significant optimization opportunity: existing on-disk graph-based index systems universally target I/O reduction and largely overlook computational overhead, which leaves a substantial performance improvement space. In this work, we propose Laser, an efficient on-disk graph-based index system for large-scale high-dimensional vector similarity search. In particular, we first conduct performance analysis on existing on-disk graph-based index systems via the adapted roofline model, then we devise a novel on-disk data layout in Laser to effectively alleviate the compute-bound, which is revealed by the above roofline model analysis, by exploiting SIMD instructions on modern CPUs. We next design a suite of optimization techniques (e.g., degree-based node cache, cluster-based entry point selection, and early dispatch strategy) to further improve the performance of Laser. We last conduct extensive experimental studies on a wide range of large-scale high-dimensional vector datasets to verify the superiority of Laser. Specifically, Laser not only surpasses existing on-disk graph-based index systems but also matches or even exceeds the performance of in-memory index systems.

Ask AI
Helpful
Bookmark
Share
View Full Paper

Cite This Study

Chen et al. (2026) studied this question.

synapsesocial.com/papers/6a0d5114f03e14405aa9d543https://doi.org/10.1145/3802045
Ask AI
Helpful
Bookmark
Share
View Full Paper