LuXugang commented on PR #792:
URL: https://github.com/apache/lucene/pull/792#issuecomment-1107447562

   vector source:
   - 3 dimensions
   - 667179 vectors within 1M documents in one segment
   - do `KnnVectorQuery`
   
   
   
   | NumberOfDocumentsToFind | baseline(search)ms | candidate(search)ms |
   | :---------------------: | :------------------: | :-------------------: |
   |           10            |          58          |          60           |
   |          1000           |          63          |          67           |
   |          10000          |          86          |          94           |
   |          20000          |         113          |          118          |
   |          50000          |         181          |          190          |
   
   | FORMAT | baseline(indexSize) | candidate(indexSize) |
   | :----: | :-------------------: | :--------------------: |
   |  vec   |         7.6M          |          7.8M          |
   |  vem   |         2.7M          |          174K          |
   |  vex   |          46M          |          46M           |


-- 
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