Performance Monitoring Procedure
SYSLOG.clearPerformanceLogs
This procedure clears the SYSLOG.QueryPerformanceLog
table from entries earlier than the specified timestamp:
SQL
SYSLOG.clearPerformanceLogs(IN before timestamp)
To clear all entries from the SYSLOG.QueryPerformanceLog
table, provide NULL
:
SQL
CALL SYSLOG.clearPerformanceLogs()