Is anyone familiar with any / all automated processes whereby the Umbraco database will delete rows?
My specific example is this:
This table is having rows deleted on it's own without input from users.
[dbo].[umbracoCacheInstruction]
I'm guessing this is cache and cache clean up related activity.
My problem is that I can not allow one specific database to perform deletes in my setup. I want to overwrite that database with another source. But whenever my target database performs a delete, it locks up my job that is performing the work.
So I am looking for information documentation or anything useful to help me identify these tasks and possibly disable them where appropriate.
I don't know that I want to disable cache. The target is a production site.
Disable automated DB / cache cleanup?
Hello,
Is anyone familiar with any / all automated processes whereby the Umbraco database will delete rows?
My specific example is this: This table is having rows deleted on it's own without input from users. [dbo].[umbracoCacheInstruction]
I'm guessing this is cache and cache clean up related activity.
My problem is that I can not allow one specific database to perform deletes in my setup. I want to overwrite that database with another source. But whenever my target database performs a delete, it locks up my job that is performing the work.
So I am looking for information documentation or anything useful to help me identify these tasks and possibly disable them where appropriate.
I don't know that I want to disable cache. The target is a production site.
Any ideas or advice is appreciated. Thank you.
is working on a reply...