diff --git a/CONFIG.md b/CONFIG.md index b6dcc47..188a2b1 100644 --- a/CONFIG.md +++ b/CONFIG.md @@ -205,7 +205,7 @@ If the client doesn't specify, PgCat routes traffic to this role by default. `replica` round-robin between replicas only without touching the primary, `primary` all queries go to the primary unless otherwise specified. -### query_parser_enabled +### query_parser_enabled (experimental) ``` path: pools..query_parser_enabled default: true @@ -226,7 +226,7 @@ If the query parser is enabled and this setting is enabled, the primary will be load balancing of read queries. Otherwise, the primary will only be used for write queries. The primary can always be explicitly selected with our custom protocol. -### sharding_key_regex +### sharding_key_regex (experimental) ``` path: pools..sharding_key_regex default: @@ -248,7 +248,7 @@ Current options: `pg_bigint_hash`: PARTITION BY HASH (Postgres hashing function) `sha1`: A hashing function based on SHA1 -### automatic_sharding_key +### automatic_sharding_key (experimental) ``` path: pools..automatic_sharding_key default: @@ -320,7 +320,7 @@ default: [["127.0.0.1", 5432, "primary"], ["localhost", 5432, "replica"]] Array of servers in the shard, each server entry is an array of `[host, port, role]` -### mirrors +### mirrors (experimental) ``` path: pools..shards..mirrors default: