Hi, I'm using Berkeley DB JE HA as store engine in our application. There were about 200,000,000 records stored in DB.
Our CacheMode is Evict_LN. Without the cache, there would be lots of random disk I/O in our application, which will cause large performance degradation.
When updating our service, we need to restart the JVM. I wonder when will Berkeley DB rebuild the cache in memory. Thank you.