Any way to save and load flash cache across database restarts
We have implemented flash_ cache in one of the application. The response time is very slow at the beginning as the cache builds up we get almost 100% improvement. However, the problem is when we have server restarts. Then we lose the flash cache and the application literally crawls when we restart. So I was looking to find if there is any way to save and load flash cache across database restarts. I came across this idea being implemented in postgress. I wonder if there is a tool that does the same. Please let me know
Here is the link that helped me find its implementation in postgress. I am looking for similar tool/utility in Oracle.