You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2022/05/03 22:57:20 UTC

[GitHub] [lucene] jtibshirani commented on pull request #792: LUCENE-10502: Use IndexedDISI to store docIds and DirectMonotonicWriter/Reader to handle ordToDoc

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

   Thanks for running those benchmarks! I'm working on a quick review before you merge it.
   
   One thing I was surprised about with the benchmarks it that you find searches take 60ms or more. In https://issues.apache.org/jira/browse/LUCENE-10527 we see that on a similar sized dataset, the latency always below 10ms. (It's reported in QPS or queries-per-second, but it's sequential so latency is just `1000 / QPS`). Maybe you could give some information about your machine and benchmark set-up (was there a warmup?)


-- 
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-unsubscribe@lucene.apache.org

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


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