jgq2008303393 commented on issue #916: LUCENE-8213: Asynchronous Caching in LRUQueryCache URL: https://github.com/apache/lucene-solr/pull/916#issuecomment-540378041 When async caching is enabled, cache operation does not slow down queries, so we should cache as much as possible, which is beneficial to subsequent queries. When async caching is disabled, strict cache conditions are required because cache operation will slow down some queries. I agree with this idea. BTW, if we can do all cache operation asynchronously in the future, it will be simpler and clearer.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
