From: Raghavendra Rao J S V <raghavendrajsv(at)gmail(dot)com>
To: pgsql-general(at)lists(dot)postgresql(dot)org
Subject:
Date: 2018-08-24 02:03:04
Message-ID: CAEHH7R68PxPLiodbLp3KO65vO3Xf6GN1e=0Awb4a_eckxmdoJA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi All,

In order to implment connection pool mechanisam, we have decided to use
pg_bouncer. But due to some dependent software's like openssl we are not
going to use pg_bouncer.

Therefore we are planning to use pgpool to implement the connection pool
mechanisam in my applicaiton.

We don't have master and stand by servers.We have only one server.

Is it advisable to use the pgpool only as connection pool mechanisam
without using loadbalancing,replication etc...?

Which are the settings need to be modified inorder to implement only
connection pool mechanisam in pgpool?

Possilbe suggest me the steps / provide me a URL to implement?

--
Regards,
Raghavendra Rao J S V

Browse pgsql-general by date

  From Date Subject
Next Message Raghavendra Rao J S V 2018-08-24 02:03:51 Which are the settings need to be modified inorder to implement only connection pool mechanisam in pgpool
Previous Message Laurenz Albe 2018-08-24 00:46:38 Re: Is my text_pattern_ops index working for a LIKE prefix search with column reference?