Performance Monitoring Procedure
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()