Re: pgbouncer

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Rita <rmorgan466(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org >> PG-General Mailing List" <pgsql-general(at)postgresql(dot)org>
Subject: Re: pgbouncer
Date: 2023-06-28 12:27:55
Message-ID: 133e7d3d127b430e61f80934eba44b5ba98eb51e.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2023-06-28 at 07:19 -0400, Rita wrote:
> seems like I may need to deploy pgbouncer for my webapp. should i deploy it on the db server or on the webserver?

On the database server. You don't want network latency between pgbouncer and PostgreSQL,
so that the connections can be active as much as possible.
That will improve throughput.

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Giovanni Biscontini 2023-06-28 12:43:08 Re: pgbouncer
Previous Message Sebastiaan Mannem 2023-06-28 12:23:00 Re: pgbouncer