ann-benchmarks icon indicating copy to clipboard operation
ann-benchmarks copied to clipboard

Include Solr9 vector search in the benchmark

Open vedina opened this issue 2 years ago • 2 comments

https://solr.apache.org/guide/solr/latest/query-guide/dense-vector-search.html

new HNSW implementation in Solr9

vedina avatar Oct 07 '22 12:10 vedina

cool, might be worth adding!

erikbern avatar Oct 07 '22 12:10 erikbern

Hey @vedina is there a reason why the existing Lucene benchmark doesn't provide the necessary information?

I would image Solr (like Elasticsearch) has network communication overhead.

Lucene is nearing around a 1/5th-1/7th a millisecond per query served. At these latency numbers I would expect network serialization overhead to wash out any algorithmic improvements or changes.

benwtrent avatar Jul 27 '23 20:07 benwtrent