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,
Comments
Post a Comment