



Disk-based approximate nearest neighbor search framework with page-aligned graph structure. Achieves 1.85x-10.83x higher throughput than state-of-the-art methods through optimized SSD utilization.
Loading more......
PageANN is a disk-based approximate nearest neighbor search (ANNS) framework designed for high performance and scalability. The framework enables efficient large-scale ANN search under various memory budgets while maintaining high recall accuracy.
PageANN introduces a page-node graph structure that aligns logical graph nodes with physical SSD pages, where similar vectors are clustered into page nodes. This mapping ensures that each visited graph node corresponds to a single SSD page read.
Experimental results demonstrate significant advantages:
Published on arXiv (2509.25487) in late 2025. PageANN extends Microsoft's DiskANN with page-level graph organization.
Source code available on GitHub.