English

Decoupling Vector Data and Index Storage for Space Efficiency

Databases 2026-05-18 v2 Operating Systems

Abstract

Managing large-scale vector datasets with disk-resident graph approximate nearest neighbor search (ANNS) systems incurs substantial storage overhead due to the co-location of vector data and auxiliary index metadata, which prevents the storage layer from exploiting their distinct compressibility. We present COMPASS, a component-aware compressed storage framework for disk-resident graph vector search. Leveraging data-index decoupling as a foundation, COMPASS losslessly compresses each component according to its distinct compressibility characteristics, thereby significantly reducing storage space. It further adapts the search and update paths to preserve their performance under compressed storage layouts. Evaluation on real-world public and proprietary billion-scale datasets shows that COMPASS reduces storage space by up to 58.7%, while delivering improved or competitive search and update performance compared to state-of-the-art disk-resident graph ANNS systems.

Keywords

Cite

@article{arxiv.2604.09173,
  title  = {Decoupling Vector Data and Index Storage for Space Efficiency},
  author = {Yuanming Ren and Juncheng Zhang and Yanjing Ren and Rui Yang and Di Wu and Patrick P. C. Lee},
  journal= {arXiv preprint arXiv:2604.09173},
  year   = {2026}
}
R2 v1 2026-07-01T12:02:42.511Z