ENABLE_EXPLAIN_LOG_OUTPUT
The EXPLAIN command returns the processing plan or the plan and the full planner debug log, with the ENABLE_EXPLAIN_LOG_OUTPUT option controlling whether the full planner debug log is part of the EXPLAIN result. The option can have the following values:
| Value | Description |
|---|---|
TRUE |
|
FALSE |
|
Example
CALL SYSADMIN.setDefaultOptionValue('ENABLE_EXPLAIN_LOG_OUTPUT', 'TRUE');