Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new non-indexed vector search benchmarks #407

Open
Tracked by #84324
benwtrent opened this issue Jun 12, 2023 · 0 comments
Open
Tracked by #84324

Add new non-indexed vector search benchmarks #407

benwtrent opened this issue Jun 12, 2023 · 0 comments

Comments

@benwtrent
Copy link
Member

Both of our main rally tracks (so-vectors and dense-vectors) fully index the vectors into Lucene's HNSW graph.

However, on < 100k scale, it is common for users to not bother indexing into the HNSW graph and simply use our scripting queries. We should measure performance improvements on indexing & search for vectors that do not get indexed into HNSW.

Additionally, this should cover both byte encoded and float encoded.

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

No branches or pull requests

1 participant