CLEAR_PROFILING
Clears from memory data for the specified profiling type.
Note: Vertica stores profiled data in memory, so profiling can be memory intensive depending on how much data you collect.
Syntax
CLEAR_PROFILING( 'profiling-type' )
Parameters
profiling-type |
The type of profiling data to clear:
|
Example
The following statement clears profiled data for queries:
=> SELECT CLEAR_PROFILING('query');