We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2def40e commit ca34597Copy full SHA for ca34597
.circleci/pgcat.toml
@@ -59,6 +59,7 @@ admin_password = "admin_pass"
59
# session: one server connection per connected client
60
# transaction: one server connection per client transaction
61
pool_mode = "transaction"
62
+prepared_statements_cache_size = 500
63
64
# If the client doesn't specify, route traffic to
65
# this role by default.
@@ -141,6 +142,7 @@ query_parser_enabled = true
141
142
query_parser_read_write_splitting = true
143
primary_reads_enabled = true
144
sharding_function = "pg_bigint_hash"
145
146
147
[pools.simple_db.users.0]
148
username = "simple_user"
0 commit comments