提交 7505943d 编写于 作者: G Gang Xiong

Enable asynchronize dispatcher by default.

上级 589b7e7d
...@@ -4010,7 +4010,7 @@ struct config_int ConfigureNamesInt_gp[] = ...@@ -4010,7 +4010,7 @@ struct config_int ConfigureNamesInt_gp[] =
{"gp_connections_per_thread", PGC_BACKEND, GP_ARRAY_TUNING, {"gp_connections_per_thread", PGC_BACKEND, GP_ARRAY_TUNING,
gettext_noop("Sets the number of client connections handled in each thread."), gettext_noop("Sets the number of client connections handled in each thread."),
NULL, NULL,
GUC_NOT_IN_SAMPLE | GUC_GPDB_ADDOPT GUC_GPDB_ADDOPT
}, },
&gp_connections_per_thread, &gp_connections_per_thread,
512, 0, INT_MAX, assign_gp_connections_per_thread, show_gp_connections_per_thread 512, 0, INT_MAX, assign_gp_connections_per_thread, show_gp_connections_per_thread
......
...@@ -541,7 +541,7 @@ gp_interconnect_type=udpifc ...@@ -541,7 +541,7 @@ gp_interconnect_type=udpifc
# - Worker Process Creation - # - Worker Process Creation -
gp_connections_per_thread = 64 gp_connections_per_thread = 0
gp_segment_connect_timeout = 600s gp_segment_connect_timeout = 600s
# - Resource limits - # - Resource limits -
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册