Mitigating backend database slowness
Address backend slowness by disabling privilege synchronization and truncating large tables.
Condition
The backend database experiences slowness when processing
TBL_COL_PRIVS and TBL_PRIVS tables, leading to
delayed query execution.
Cause
The TBL_COL_PRIVS and TBL_PRIVS tables grow
large over time, causing performance degradation in the backend database.
