mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 02:16:30 +00:00
readme
This commit is contained in:
@@ -127,10 +127,13 @@ All queries will be `SELECT` only (`-S`) just so disks don't get in the way, sin
|
|||||||
[databases]
|
[databases]
|
||||||
shard0 = host=localhost port=5432 user=sharding_user password=sharding_user
|
shard0 = host=localhost port=5432 user=sharding_user password=sharding_user
|
||||||
|
|
||||||
|
[pgbouncer]
|
||||||
pool_mode = transaction
|
pool_mode = transaction
|
||||||
max_client_conn = 1000
|
max_client_conn = 1000
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Everything else stays default.
|
||||||
|
|
||||||
#### Runs
|
#### Runs
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user