Skip to content

Commit e82544a

Browse files
Lev Kokotovgitbook-bot
authored andcommitted
GITBOOK-68: pgcat docs
1 parent edb4074 commit e82544a

File tree

6 files changed

+425
-253
lines changed

6 files changed

+425
-253
lines changed

pgml-docs/docs/guides/SUMMARY.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,10 @@
6565
* [Replication](deploying-postgresml/self-hosting/replication.md)
6666
* [Backups](deploying-postgresml/self-hosting/backups.md)
6767
* [Running on EC2](deploying-postgresml/self-hosting/running-on-ec2.md)
68-
* [PgCat](pgcat.md)
68+
* [PgCat](pgcat/README.md)
69+
* [Features](pgcat/features.md)
70+
* [Installation](pgcat/installation.md)
71+
* [Configuration](pgcat/configuration.md)
6972
* [Benchmarks](benchmarks/README.md)
7073
* [PostgresML is 8-40x faster than Python HTTP microservices](benchmarks/postgresml-is-8-40x-faster-than-python-http-microservices.md)
7174
* [Million Requests per Second](benchmarks/million-requests-per-second.md)

pgml-docs/docs/guides/pgcat.md

Lines changed: 0 additions & 252 deletions
This file was deleted.

pgml-docs/docs/guides/pgcat/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
description: Nextgen PostgreSQL Pooler
3+
---
4+
5+
# PgCat
6+
7+
PgCat is PostgreSQL connection pooler and proxy which scales PostgresML deployments. It supports read/write query separation, multiple replicas, automatic traffic distribution and load balancing, sharding, and many more features expected out of high availability enterprise grade Postgres databases.
8+
9+
Written in Rust and powered by Tokio, it takes advantage of multiple CPUs, and the safety and performance guarantees of the Rust language.
10+
11+
PgCat, like PostgresML, is free and open source, distributed under the MIT license. It's currently running in our Cloud, powering both Serverless and Dedicated databases.

0 commit comments

Comments
 (0)