You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+39-7
Original file line number
Diff line number
Diff line change
@@ -21,21 +21,53 @@ PostgreSQL pooler and proxy (like PgBouncer) with support for sharding, load bal
21
21
| Client TLS |**Stable**| Clients can connect to the pooler using TLS/SSL. |
22
22
| Client/Server authentication |**Stable**| Clients can connect using MD5 authentication, supported by `libpq` and all Postgres client drivers. PgCat can connect to Postgres using MD5 and SCRAM-SHA-256. |
23
23
| Live configuration reloading |**Stable**| Identical to PgBouncer; all settings can be reloaded dynamically (except `host` and `port`). |
24
+
| Auth passthrough |**Stable**| MD5 password authentication can be configured to use an `auth_query` so no cleartext passwords are needed in the config file.|
24
25
| Sharding using extended SQL syntax |**Experimental**| Clients can dynamically configure the pooler to route queries to specific shards. |
25
26
| Sharding using comments parsing/Regex |**Experimental**| Clients can include shard information (sharding key, shard ID) in the query comments. |
26
27
| Automatic sharding |**Experimental**| PgCat can parse queries, detect sharding keys automatically, and route queries to the correct shard. |
27
28
| Mirroring |**Experimental**| Mirror queries between multiple databases in order to test servers with realistic production traffic. |
28
-
| Auth passthrough |**Experimental**| MD5 password authentication can be configured to use an `auth_query` so no cleartext passwords are needed in the config file. |
29
29
30
30
31
31
## Status
32
32
33
-
PgCat is stable and used in production to serve hundreds of thousands of queries per second. Some features remain experimental and are being actively developed. They are optional and can be enabled through configuration.
0 commit comments