

Distributed disk-based approximate nearest neighbor system achieving near-linear throughput scaling. Delivers 6.21-6.49x throughput improvement over scatter-gather baseline with sub-6ms latency on 10 servers.
Loading more......
BatANN is a distributed disk-based approximate nearest neighbor (ANN) system that retains the logarithmic search efficiency of a single global graph while achieving near-linear throughput scaling in the number of servers.
When accessing a neighborhood stored on another machine, BatANN sends the full state of the query to the other machine to continue executing there. This "passing the baton" approach improves locality and reduces network overhead.
BatANN distributes a single global graph across multiple servers while maintaining search quality. The system sends query state between servers dynamically to optimize for data locality.
Published on arXiv in December 2025 (2512.09331), representing recent advances in distributed vector search systems.
Ideal for large-scale deployments requiring: