distributed caching - AppFabric Cache Database configuration has 1GB size -


i use appfabric cache sql server-based cluster configuration.

the problem configuration database has grown 1gb size.

the problematic table takes space in db 'configaudit'. full of entries values of column 'operation': updatenew, updateold, updatedtimestamps of each minute.

i can not find information appfabric's cluster configuration database, nor audit of cache operations.

cache works fine except problem.

is there way audit turned off , or other solution make database smaller , not growing again?

kind regards, charles.

dbo.configaudit table used track changes on dbo.config table. diagnostics, , cannot changed via powershell commands.

to turn off tracking, can disable triggers dbo.config table. example,

enter image description here


Comments

Popular posts from this blog

C# random value from dictionary and tuple -

cgi - How do I interpret URLs without extension as files rather than missing directories in nginx? -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -