@@ -205,7 +205,7 @@ If the client doesn't specify, PgCat routes traffic to this role by default.
205
205
` replica ` round-robin between replicas only without touching the primary,
206
206
` primary ` all queries go to the primary unless otherwise specified.
207
207
208
- ### query_parser_enabled
208
+ ### query_parser_enabled (experimental)
209
209
```
210
210
path: pools.<pool_name>.query_parser_enabled
211
211
default: true
@@ -226,7 +226,7 @@ If the query parser is enabled and this setting is enabled, the primary will be
226
226
load balancing of read queries. Otherwise, the primary will only be used for write
227
227
queries. The primary can always be explicitly selected with our custom protocol.
228
228
229
- ### sharding_key_regex
229
+ ### sharding_key_regex (experimental)
230
230
```
231
231
path: pools.<pool_name>.sharding_key_regex
232
232
default: <UNSET>
@@ -248,7 +248,7 @@ Current options:
248
248
` pg_bigint_hash ` : PARTITION BY HASH (Postgres hashing function)
249
249
` sha1 ` : A hashing function based on SHA1
250
250
251
- ### automatic_sharding_key
251
+ ### automatic_sharding_key (experimental)
252
252
```
253
253
path: pools.<pool_name>.automatic_sharding_key
254
254
default: <UNSET>
@@ -320,7 +320,7 @@ default: [["127.0.0.1", 5432, "primary"], ["localhost", 5432, "replica"]]
320
320
321
321
Array of servers in the shard, each server entry is an array of ` [host, port, role] `
322
322
323
- ### mirrors
323
+ ### mirrors (experimental)
324
324
```
325
325
path: pools.<pool_name>.shards.<shard_index>.mirrors
326
326
default: <UNSET>
0 commit comments