alamb commented on PR #13800:
URL: https://github.com/apache/datafusion/pull/13800#issuecomment-2553707549

   > > What's cache-then-plan approach? (The linked page doesn't include 
"cache").
   > > How did we solve cold cache problem?
   > 
   > @findepi
   > 
   > Perhaps I should avoid using the word cache. This is not a long lived 
multi-query cache. This is a single query cache meant to be thrown away after 
the query has completed.
   
   My understanding is that this PR adds a kind of "basic implementation of a 
remote catalog" that will almost certainly not be used for all systems (due the 
varying needs of caching as @findepi mentions mong others )
   
   So perhaps we can update the documentation on the traits to make it clear 
that they provide a basic implementation for implementing a remote catalog that 
must be accessd asynchronously and that for more complex usecases such as more 
sophisticated caching, users can build their own implementation using the same 
CatalogProvider APIs?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to