Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
RESET
admin
root
var_name
SET CLUSTER SETTING .. TO DEFAULT
> SET CLUSTER SETTING sql.metrics.statement_details.enabled = false;
> SHOW CLUSTER SETTING sql.metrics.statement_details.enabled;
sql.metrics.statement_details.enabled ----------------------------------------- false (1 row)
> RESET CLUSTER SETTING sql.metrics.statement_details.enabled;
sql.metrics.statement_details.enabled ----------------------------------------- true (1 row)