English

Scalable Overload-Aware Graph-Based Index Construction for 10-Billion-Scale Vector Similarity Search

Information Retrieval 2025-03-03 v1

Abstract

Approximate Nearest Neighbor Search (ANNS) is essential for modern data-driven applications that require efficient retrieval of top-k results from massive vector databases. Although existing graph-based ANNS algorithms achieve a high recall rate on billion-scale datasets, their slow construction speed and limited scalability hinder their applicability to large-scale industrial scenarios. In this paper, we introduce SOGAIC, the first Scalable Overload-Aware Graph-Based ANNS Index Construction system tailored for ultra-large-scale vector databases: 1) We propose a dynamic data partitioning algorithm with overload constraints that adaptively introduces overlaps among subsets; 2) To enable efficient distributed subgraph construction, we employ a load-balancing task scheduling framework combined with an agglomerative merging strategy; 3) Extensive experiments on various datasets demonstrate a reduction of 47.3% in average construction time compared to existing methods. The proposed method has also been successfully deployed in a real-world industrial search engine, managing over 10 billion daily updated vectors and serving hundreds of millions of users.

Keywords

Cite

@article{arxiv.2502.20695,
  title  = {Scalable Overload-Aware Graph-Based Index Construction for 10-Billion-Scale Vector Similarity Search},
  author = {Yang Shi and Yiping Sun and Jiaolong Du and Xiaocheng Zhong and Zhiyong Wang and Yao Hu},
  journal= {arXiv preprint arXiv:2502.20695},
  year   = {2025}
}

Comments

Accepted by WWW'25

R2 v1 2026-06-28T22:01:08.821Z