We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 651dea8 commit 2adabd2Copy full SHA for 2adabd2
.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.
@@ -143,6 +144,7 @@ query_parser_enabled = true
143
144
query_parser_read_write_splitting = true
145
primary_reads_enabled = true
146
sharding_function = "pg_bigint_hash"
147
148
149
[pools.simple_db.users.0]
150
username = "simple_user"
0 commit comments