-
Hello, my workload can benefit a lot by warming up the cache on startup. I wonder what's the best strategy to implement this? My idea is to pre-fetch data until the on-disk cache is fully utilized, the issue is that it's not clear how to detect that. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi, @fracek . Tanks for asking. I can add several interfaces to expose the region number in different status, which can be used to track the how many regions is being used as cache. BTW. If your workload don't inculde updates, you can try quiet recovery mode, which will load old cached data from disk on startup. |
Beta Was this translation helpful? Give feedback.
Hi, @fracek . Tanks for asking. I can add several interfaces to expose the region number in different status, which can be used to track the how many regions is being used as cache.
BTW. If your workload don't inculde updates, you can try quiet recovery mode, which will load old cached data from disk on startup.