Conversation
With Citus 10, we add a new GUC which implements connection throttling for local node. This commit adds the GUC to the reference.
|
|
||
| Specifies the maximum number of connections, across all simultaneous | ||
| sessions, is allowed to make to the local node. This setting is relevant | ||
| when the local node has shards, such as Citus on Single Node. |
There was a problem hiding this comment.
What is the syntax to give a reference toCitus on Single Node section?
There was a problem hiding this comment.
:ref:`Citus on Single Node <development>`or
:ref:`development`if you want to use the text of the linked header, in this case Single-Node Citus.
jonels-msft
left a comment
There was a problem hiding this comment.
Sorry @onderkalaci ! I added a review comment long ago, but never submitted the review!
I thought you weren't responding but it was my fault.
|
|
||
| Specifies the maximum number of connections that the coordinator node, across | ||
| all simultaneous sessions, is allowed to make per worker node. PostgreSQL must | ||
| all simultaneous sessions, is allowed to make per remote node. PostgreSQL must |
There was a problem hiding this comment.
Is this terminology something we want to generally change? Should probably keep it consistent...
|
@onderkalaci please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Merging this after 3 years and resolving the conflicts.
With Citus 10, we add a new GUC which implements connection throttling
for local node. This commit adds the GUC to the reference.