The TIBCO Platform is a real-time, composable data platform that will bring together an evolving set of your TIBCO solutions - and it's available now!
A chart showing the TIBCO Platform vision
Jump to content
Forums
Ask questions and gain insight from discussions

Auto deletes on incremental cache table


Jyothsna Nayak

Recommended Posts

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...