Jyothsna Nayak Posted November 4, 2019 Share Posted November 4, 2019 We have a cache table with incremental (insert only) caching running successfully on it. Each day, we have noticed that old cache data has been removed from the table. We checked the DB and found the following deletes running on the table. DELETE FROM TDV_USER.TABLE_NAME WHERE cachekey IN (4053); DELETE FROM TDV_USER.TABLE_NAME WHERE cachekey IN (6002); Why are these deletes running and removing data Additional Info: We checked the cachekey present in the TDV_CACHE_STATUS table. The cachekey does not update to a new value each time the incremantal cache refresh runs. Can anyone provide any details on this behavior Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now