This commit is contained in:
Nolan Lawson 2017-04-27 07:37:52 -07:00
parent dcc2945e59
commit 5f371e9264
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
PgBouncer Guide
====
The following guide explains how to use [PgBouncer](https://pgbouncer.github.io/) as an efficient database pooler on top of Postgres. For a bit of background, you might read ["Scaling Mastodon"](https://medium.com/@Gargron/scaling-mastodon-1becde463090) which briefly describes this approach.
The following guide explains how to use [PgBouncer](https://pgbouncer.github.io/) as an efficient connection pooler on top of Postgres. For a bit of background, you might read ["Scaling Mastodon"](https://medium.com/@Gargron/scaling-mastodon-1becde463090) which briefly describes this approach.
Why you might need PgBouncer
----