Skip to content

Support index based on DiskANN #650

@sushrut141

Description

@sushrut141

Hey,

I've been reading about the DiskANN vector search index and evaluating the feasibility of implementing it here.
The DiskANN paper claims faster convergence of queries compared to HNSW, faster index creation time and better recall.

I wanted to explore adding support for DiskANN based vector index in pgvector.
My plan is to fork this repo and reuse the page structure of HNSW vectors to implement DiskANN.
Post that we can evaluate / compare performance against HNSW and see if it is worth merging here.

Would you be open to this contribution?
If so, any pointers / design constraints you would like to highlight?

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions