Hi team, I'm trying to understand the storage extension cache
- Cache entries are stored in the session and object cache, which never get evicted
- So when lance storage extension gets detached, the cache entries still live in memory until database instance gets destructed
- One way to address (if it's a problem) is to implement the detach hook, but that requires per-storage-extension to have its unique object cache entry
I'm not sure if that's expected? Thanks!
Hi team, I'm trying to understand the storage extension cache
I'm not sure if that's expected? Thanks!