SQL Audit Logging

On this page Carat arrow pointing down

SQL audit logging gives you detailed information about queries being executed against a table in your cluster. This feature is especially useful when you want to log all queries that are run against a table that contains cardholder data, private health information (PHI), or other personally-identifiable information (PII).

After you enable SQL audit logging for a table, contact Support to request the audit logs.

Enable auditing

Use the ALTER TABLE ... EXPERIMENTAL_AUDIT statement:

icon/buttons/copy
> ALTER TABLE {table_name} EXPERIMENTAL_AUDIT SET READ WRITE;

Replace {table_name} with the name of a table.


Yes No
On this page

Yes No