Pith. sign in

REVIEW 3 cited by

SPANN: Highly-efficient Billion-scale Approximate Nearest Neighbor Search

Not yet reviewed by Pith; the record is open.

This paper has not been read by Pith yet. Machine review is queued; the pith claim, tier, and objections will appear here once it completes.

SPECIMEN: schema-true, not a live event

T0 review · schema-true

One-sentence machine reading of the paper's core claim.

pith:XXXXXXXX · record.json · timestamp

arxiv 2111.08566 v1 pith:J3C4XCRY submitted 2021-11-05 cs.DB cs.AIcs.CVcs.IRcs.LG

classification cs.DBcs.AIcs.CVcs.IRcs.LG
keywords postinglistssearchmemoryrecallannsspannapproximate
verification ladder T0 review T1 audit T2 compute T3 formal
0 comments
abstract

The in-memory algorithms for approximate nearest neighbor search (ANNS) have achieved great success for fast high-recall search, but are extremely expensive when handling very large scale database. Thus, there is an increasing request for the hybrid ANNS solutions with small memory and inexpensive solid-state drive (SSD). In this paper, we present a simple but efficient memory-disk hybrid indexing and search system, named SPANN, that follows the inverted index methodology. It stores the centroid points of the posting lists in the memory and the large posting lists in the disk. We guarantee both disk-access efficiency (low latency) and high recall by effectively reducing the disk-access number and retrieving high-quality posting lists. In the index-building stage, we adopt a hierarchical balanced clustering algorithm to balance the length of posting lists and augment the posting list by adding the points in the closure of the corresponding clusters. In the search stage, we use a query-aware scheme to dynamically prune the access of unnecessary posting lists. Experiment results demonstrate that SPANN is 2$\times$ faster than the state-of-the-art ANNS solution DiskANN to reach the same recall quality $90\%$ with same memory cost in three billion-scale datasets. It can reach $90\%$ recall@1 and recall@10 in just around one millisecond with only 32GB memory cost. Code is available at: {\footnotesize\color{blue}{\url{https://github.com/microsoft/SPTAG}}}.

Discussion (0). Continue with ORCID to comment.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score. Full citation record

  1. CleANN: Efficient Full Dynamism in Graph-based Approximate Nearest Neighbor Search

    cs.DB 2025-07 conditional novelty 7.0 of 10

    CleANN combines workload-aware bridge building, on-the-fly neighborhood consolidation, and semi-lazy memory cleaning to keep graph-based ANNS recall near static-build levels under fully dynamic concurrent workloads.

  2. TEngineDB-V: An OLAP-Native Vector Search System for Large-$k$ Workloads at Tencent

    cs.DB 2026-08 conditional novelty 6.0 of 10

    An OLAP-native vector search system materializes a segment-decoupled global IVFPQ index as relational tables and executes large-k search via relational operators, reporting up to 145x speedup over StarRocks and 52x ov...

  3. Brame: Hierarchical Data Management Framework for Cloud-Edge-Device Collaboration

    cs.DB 2025-02 conditional novelty 4.0 of 10

    Brame groups relational tuples into workload-aware blocks and schedules block placement across cloud, edge, and terminal tiers, reporting improved query hit rates over data-aware baselines on two datasets.

Pith tools