GitHub user PragmaTwice added a comment to the discussion: Vector Search HNSW Indexing Encoding
In terms of performance, it's possible that the initial version of on-disk HNSW may not be ideal. But what is important is that we need a baseline as a reference, and then try various optimization methods based on this (index encoding, rocksdb tuning ..), even exploring other indexing algorithms such as DiskANN. GitHub link: https://github.com/apache/kvrocks/discussions/2316#discussioncomment-9839857 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
