Re: Include a connection pooler in Postgres
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
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