dsmiley commented on PR #2809:
URL: https://github.com/apache/solr/pull/2809#issuecomment-2462407322

   The role of the FileStore is to handle distributed node/cluster 
synchronization of the underlying bytes; that's it.  Is that relevant/useful 
for the model store you need?  If it's not, then forget it but I suspect it is.
   
   I understand that a Solr plugin needs to load the bytes once instead of for 
each call to query/index/whatever :-).  This sounds like a layer above it like 
a Caffeine Cache with an eviction policy.  Maybe it should be configured in 
solrconfig.xml along with the other caches?  It could be generic but probably 
best to do this simple thing for the needs of this model stuff that I'm not too 
familiar with.


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

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org
For additional commands, e-mail: issues-h...@solr.apache.org

Reply via email to