Performance Monitoring Procedure
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
.