Performance Monitoring Procedures
You are looking at an older version of the documentation. The latest version is found here.
SYSLOG.clearPerformanceLogs
This procedure clears the SYSLOG.QueryPerformanceLog
table.
SQL
SYSLOG.clearPerformanceLogs(IN before timestamp)
This command clears all log entries with a start timestamp earlier than the provided timestamp. To clear all entries from the SYSLOG.QueryPerformanceLog
table, provide NULL
.