Skip to content

Commit 9a668e5

Browse files
authored
Update CONFIG.md (#353)
Mark experimental features as such
1 parent a5c360e commit 9a668e5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

CONFIG.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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
```
210210
path: pools.<pool_name>.query_parser_enabled
211211
default: true
@@ -226,7 +226,7 @@ If the query parser is enabled and this setting is enabled, the primary will be
226226
load balancing of read queries. Otherwise, the primary will only be used for write
227227
queries. The primary can always be explicitly selected with our custom protocol.
228228

229-
### sharding_key_regex
229+
### sharding_key_regex (experimental)
230230
```
231231
path: pools.<pool_name>.sharding_key_regex
232232
default: <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
```
253253
path: pools.<pool_name>.automatic_sharding_key
254254
default: <UNSET>
@@ -320,7 +320,7 @@ default: [["127.0.0.1", 5432, "primary"], ["localhost", 5432, "replica"]]
320320

321321
Array of servers in the shard, each server entry is an array of `[host, port, role]`
322322

323-
### mirrors
323+
### mirrors (experimental)
324324
```
325325
path: pools.<pool_name>.shards.<shard_index>.mirrors
326326
default: <UNSET>

0 commit comments

Comments
 (0)