ENABLE_PROFILING
Enables for the current session collection of profiling data of the specified type. For detailed information, see Enabling Profiling in the Administrator's Guide.
Note: Vertica stores session and query profiling data in memory, so profiling can be memory intensive, depending on how much data you collect.
Syntax
ENABLE_PROFILING( 'profiling-type' )
Parameters
profiling-type |
The type of profiling data to enable:
|
Example
The following statement enables profiling on query execution runs:
=> SELECT ENABLE_PROFILING('ee');
ENABLE_PROFILING
----------------------
EE Profiling Enabled
(1 row)