Overview
TDSQL-C for MySQL provides the database audit feature to record database accesses and SQL statement executions (including SQL command details, client IP, user account, database name, error code, SQL type, risk level, execution time in microseconds, and so on), help enterprises manage risks, and improve data security levels.
Use Cases
This feature is applicable to scenarios where risky database behaviors (such as SQL injections and exceptional operations) need to be recorded with an alarm given.
Performance Impact
Database audit is divided into two modes: synchronous audit and asynchronous audit. Synchronous audit records all audit logs synchronously with an average performance impact of less than 6%. Asynchronous audit ensures that the instance performance is almost unaffected, with a maximum performance loss of less than 3%.
Use Instructions
Was this page helpful?