@@ -205,7 +205,7 @@ If the client doesn't specify, PgCat routes traffic to this role by default.
205205` replica ` round-robin between replicas only without touching the primary,
206206` primary ` all queries go to the primary unless otherwise specified.
207207
208- ### query_parser_enabled
208+ ### query_parser_enabled (experimental)
209209```
210210path: pools.<pool_name>.query_parser_enabled
211211default: true
@@ -226,7 +226,7 @@ If the query parser is enabled and this setting is enabled, the primary will be
226226load balancing of read queries. Otherwise, the primary will only be used for write
227227queries. The primary can always be explicitly selected with our custom protocol.
228228
229- ### sharding_key_regex
229+ ### sharding_key_regex (experimental)
230230```
231231path: pools.<pool_name>.sharding_key_regex
232232default: <UNSET>
@@ -248,7 +248,7 @@ Current options:
248248` pg_bigint_hash ` : PARTITION BY HASH (Postgres hashing function)
249249` sha1 ` : A hashing function based on SHA1
250250
251- ### automatic_sharding_key
251+ ### automatic_sharding_key (experimental)
252252```
253253path: pools.<pool_name>.automatic_sharding_key
254254default: <UNSET>
@@ -320,7 +320,7 @@ default: [["127.0.0.1", 5432, "primary"], ["localhost", 5432, "replica"]]
320320
321321Array of servers in the shard, each server entry is an array of ` [host, port, role] `
322322
323- ### mirrors
323+ ### mirrors (experimental)
324324```
325325path: pools.<pool_name>.shards.<shard_index>.mirrors
326326default: <UNSET>
0 commit comments