benwtrent commented on PR #14178:
URL: https://github.com/apache/lucene/pull/14178#issuecomment-2622880879

   @kaivalnp 😌 
   
   I was worried that we had some serious outstanding performance bug that has 
been missed in Lucene!
   
   Conceptually, it makes sense that the performance of building the index is 
similar as the main cost of building the index is searching the index.
   
   FAISS with this vector dimension does seem about 20% faster at search. I 
wonder if there is a way to get the number of vector operations that FAISS does 
during search. We can then make sure its simply due to them having faster 
vector ops or lower graph searching overhead.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to