You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration/pgdog.toml/databases.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,9 @@ Default: **`0`**
84
84
85
85
Overrides the [`default_pool_size`](general.md#default_pool_size) setting. All connection pools for this database will open at most this many connections to Postgres.
86
86
87
+
!!! note "Recommendation"
88
+
We strongly recommend keeping this value well below the supported connections of the backend database(s) to allow connections for maintenance in high load scenarios.
89
+
87
90
### `statement_timeout`
88
91
89
92
This setting configures the `statement_timeout` connection parameter on all connections to Postgres for this database.
Default maximum number of server connections per database pool. The pooler will not open more than this many PostgreSQL database connections when serving clients.
40
40
41
+
!!! note "Recommendation"
42
+
We strongly recommend keeping this value well below the supported connections of the backend database(s) to allow connections for maintenance in high load scenarios.
0 commit comments