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?