Saved in:
Bibliographic Details
Main Authors: Adams, Philip, Li, Menghao, Zhang, Shi, Tan, Li, Chen, Qi, Li, Mingqin, Li, Zengzhong, Risvik, Knut, Simhadri, Harsha Vardhan
Format: Preprint
Published: 2025
Subjects:
Online Access:https://arxiv.org/abs/2509.06046
Tags: Add Tag
No Tags, Be the first to tag this record!
Table of Contents:
  • We present DISTRIBUTEDANN, a distributed vector search service that makes it possible to search over a single 50 billion vector graph index spread across over a thousand machines that offers 26ms median query latency and processes over 100,000 queries per second. This is 6x more efficient than existing partitioning and routing strategies that route the vector query to a subset of partitions in a scale out vector search system. DISTRIBUTEDANN is built using two well-understood components: a distributed key-value store and an in-memory ANN index. DISTRIBUTEDANN has replaced conventional scale-out architectures for serving the Bing search engine, and we share our experience from making this transition.