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 16:58:23 UTC

[GitHub] [lucene] jpountz commented on pull request #833: LUCENE-10411: Add NN vectors support to ExitableDirectoryReader

jpountz commented on PR #833:
URL: https://github.com/apache/lucene/pull/833#issuecomment-1116331660

   Actually I was thinking of search performance as something that we would like to measure, since these wrappers can induce some performance overhead. E.g. the baseline could run on the raw reader and the contender would wrap the reader with ExitableDirectoryReader and a very large timeout that's almost certainly not going to be hit, so that we could measure how much search performance we're trading by introducing these wrappers and timeout checks. Maybe luceneutil could have an option to do this.


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