Skip to content

Question about the index storage and search process #251

Description

@Ryanhya

After reading the documents, I have the following questions:

  • Is it the same as pgvecto.rs that the separate index storage is utilized in VectorChord?
  • WAL for index is also not supported in VectorChord?
  • Is the search executed from the top layer to the bottom layer in the hierarchical clustering structure? For example, if list=[64, 4096] and probes=[16, 1024], does the search first gets the top 16 clusters in the 64 clusters of the top layer and then get the top 1024 clusters within the region of the retrieved 16 clusters?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions