update cluster_guc.conf add enable_custom_parser

This commit is contained in:
仲夏十三
2021-12-21 02:36:51 +00:00
committed by Gitee
parent 27bdb0d62b
commit 9ee55aefc5

View File

@ -22,6 +22,7 @@
# message: only print relation parameter informaton
#
[coordinator/datanode]
enable_custom_parser|bool|0,0|NULL|NULL|
allocate_mem_cost|real|0,1.79769e+308|NULL|NULL|
cpu_index_tuple_cost|real|0,1.79769e+308|NULL|NULL|
cpu_operator_cost|real|0,1.79769e+308|NULL|NULL|
@ -780,6 +781,5 @@ datanode_heartbeat_interval|int|1000,60000|ms|The value is best configured less
cost_weight_index|real|1e-10,1e+10|NULL|NULL|
default_limit_rows|real|-100,1.79769e+308|NULL|NULL|
enable_auto_explain|bool|0,0|NULL|NULL|
enable_custom_parser|bool|0,0|NULL|NULL|
auto_explain_level|enum|off,log,notice|NULL|NULL|
[end]