summaryrefslogtreecommitdiff
path: root/src/common/string.c
diff options
context:
space:
mode:
authorPavan Deolasee2016-05-05 09:55:39 +0000
committerPavan Deolasee2016-10-18 10:05:07 +0000
commitdecc2d6a71f688de6ae966f4ed8cfeadc11eb367 (patch)
treec0abc4c46a74cd235da2d58ba3437d6e1e768d10 /src/common/string.c
parent82696b10ea2c9fcbb600019f604bb62daf0941b0 (diff)
Make minimum values of shared_queues and shared_queue_size GUC parameters
dependent on other settings shared_queue_size is dependent on the number of datanodes in the cluster since each datanode may attach itself as a consumer of the shared queue. So the shared_queue_size now signifies per-datanode value and the actual value used will be (max_datanodes * shared_queue_size). Existing users should modify their settings after taking this into consideration. Similarly, shared_queues highly depends on the number of concurrent queries. We now conservatively set this to at least 1/4th of max_connections or user specified value, whichever is higher.
Diffstat (limited to 'src/common/string.c')
0 files changed, 0 insertions, 0 deletions