28
0

Bang for the Buck: Vector Search on Cloud CPUs

Abstract

Vector databases have emerged as a new type of systems that support efficient querying of high-dimensional vectors. Many of these offer their database as a service in the cloud. However, the variety of available CPUs and the lack of vector search benchmarks across CPUs make it difficult for users to choose one. In this study, we show that CPU microarchitectures available in the cloud perform significantly differently across vector search scenarios. For instance, in an IVF index on float32 vectors, AMD's Zen4 gives almost 3x more queries per second (QPS) compared to Intel's Sapphire Rapids, but for HNSW indexes, the tables turn. However, when looking at the number of queries per dollar (QP),Graviton3isthebestoptionformostindexesandquantizationsettings,evenoverGraviton4(Table1).Withthiswork,wehopetoguideusersingettingthebest"bangforthebuck"whendeployingvectorsearchsystems.), Graviton3 is the best option for most indexes and quantization settings, even over Graviton4 (Table 1). With this work, we hope to guide users in getting the best "bang for the buck" when deploying vector search systems.

View on arXiv
@article{kuffo2025_2505.07621,
  title={ Bang for the Buck: Vector Search on Cloud CPUs },
  author={ Leonardo Kuffo and Peter Boncz },
  journal={arXiv preprint arXiv:2505.07621},
  year={ 2025 }
}
Comments on this paper