kkewwei commented on PR #14412:
URL: https://github.com/apache/lucene/pull/14412#issuecomment-2764949091

   Thank you for your reply. I understand your perspective. You aim to optimize 
execution efficiency rather than focus on cache optimization.
   
   In certain rare scenarios, the querycache memory becomes full. To rectify 
the querycache situation, we are currently compelled to restart the JVM, which 
differs from your line of thought.
   
   I'm wondering if it would be feasible to expose all querycache cache APIs 
and eliminate any cache strategies within Lucene itself. If Lucene already has 
a querycache, then upper - level services like Elasticsearch or OpenSearch 
could refrain from implementing their own querycache. 
   
   Please ignore this suggestion if it doesn't seem viable.


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