Re: Include a connection pooler in Postgres

2019-08-27 Thread Adrian Klaver
On 8/27/19 7:35 AM, Lev Kokotov wrote: Hello, Since most web-facing clusters need to run tools like PgBouncer or Pgpool-II, why does Postgres not come with a connection pooler of its own? Because PgBouncer and Pgpool exist, along with other options. Given an excess of developers and/or devel

Include a connection pooler in Postgres

2019-08-27 Thread Lev Kokotov
Hello, Since most web-facing clusters need to run tools like PgBouncer or Pgpool-II, why does Postgres not come with a connection pooler of its own? - Lev