Performance Monitoring Procedure
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 from entries earlier than the specified timestamp:
SYSLOG.clearPerformanceLogs(IN before timestamp)
To clear all entries from the SYSLOG.QueryPerformanceLog
table, provide NULL
:
CALL SYSLOG.clearPerformanceLogs()