Check 1
Why does Content Server get slower over months with no obvious cause?
Very often it is the audit table. Audit data accumulates silently and indefinitely by default, and it degrades query performance across the platform long before anyone connects the two.
- How to check
- The row count and physical size of your audit table, DAuditNew in most Content Server versions, and whether an audit purge policy is configured and actually running.
- Red flag
- Tens of millions of rows, a table larger than the rest of the schema combined, or nobody who can tell you when the last purge ran.
- Why it matters
It also inflates every backup and every upgrade window. Teams routinely discover this mid-upgrade, when the audit table turns a four-hour outage into a weekend.
