Re: Postgres

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Postgres
Date: 2017-02-13 21:52:17
Message-ID: 5857868e-6359-31b7-497d-5b00f72d7b61@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 2/10/2017 10:48 PM, prakash ramakrishnan wrote:
> Am Prakash from Chennai and am working in postgres edb 9.5 I
> need your help for pgpool and pgbouncer configuration steps and please
> keep in touch if I get any error.

I can't imagine any scenario where you'd use pgpool and pgbouncer
together. they are both connection poolers. pgpool also does a
lot of other stuff, while pgbouncer sticks with just doing pooling, and
doing it very well.

configuration steps would depend on exactly what configuration you need,
but in a nutshell, edit the config file for the pooler of your choice,
and run it. first step would be to read the documentation.

http://www.pgpool.net/mediawiki/index.php/Documentation

https://pgbouncer.github.io/ (lower left side, multiple links)

--
john r pierce, recycling bits in santa cruz

In response to

  • Postgres at 2017-02-11 06:48:14 from prakash ramakrishnan

Browse pgsql-general by date

  From Date Subject
Next Message David Hinkle 2017-02-13 21:57:08 Re: Bad planning data resulting in OOM killing of postgres
Previous Message David Hinkle 2017-02-13 21:47:08 Re: Bad planning data resulting in OOM killing of postgres