jpountz commented on PR #14187: URL: https://github.com/apache/lucene/pull/14187#issuecomment-2679832873
For the record, another downside of the query cache: the fact that it caches per segment doesn't play nicely with intra segment concurrency. E.g. if you have a single large segment that is searched with N threads, putting clauses of the query into the cache would still run single-threaded. -- 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