good morning!!!!

Skip to content
Snippets Groups Projects
Commit c42bd750 authored by a's avatar a
Browse files

update readme

parent ea7bf3ba
No related branches found
No related tags found
No related merge requests found
......@@ -11,10 +11,6 @@ https://www.youtube.com/watch?v=-DqCc2DJ0sg
i'll lyk when its done
# original README
PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover support.
## Features
| **Feature** | **Status** | Gat Status | **Comments** |
|--------------------------------|-----------------------------|--------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
......@@ -30,6 +26,10 @@ PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover su
| Client authentication | :white_check_mark: :wrench: | same as them | MD5 password authentication is supported, SCRAM is on the roadmap; one user is used to connect to Postgres with both SCRAM and MD5 supported. |
| Admin database | :white_check_mark: | no | The admin database, similar to PgBouncer's, allows to query for statistics and reload the configuration. |
# original README
PostgreSQL pooler (like PgBouncer) with sharding, load balancing and failover support.
## Deployment
See `Dockerfile` for example deployment using Docker. The pooler is configured to spawn 4 workers so 4 CPUs are recommended for optimal performance. That setting can be adjusted to spawn as many (or as little) workers as needed.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment