Ilmu Komputer & AI editorial
When More Cores Hurts: The Vector Database Scaling Paradox in HPC
The core problem
Innovation
The results reveal a scaling paradox: workload characteristics can limit latency reduction, and adding more cores can actually reduce query throughput by up to 30.67%. Furthermore, scaling from 16 to 256 workers (a 16x increase) only yields a 5.46x improvement in performance. This sublinear scaling indicates significant overhead and contention in the vector databases when deployed on HPC systems. The throughput degradation with additional cores is particularly striking, as it contradicts the typical expectation that more resources lead to better performance.
Mathematically, the scaling efficiency can be expressed as:
where is the speedup and is the number of workers. For the observed 5.46x speedup at 16x workers,
Why it matters
Who should read this
Opening member content…