On Wed, Mar 28, 2018 at 2:58 AM, Laurenz Albe
wrote:
> Juan Manuel Cuello wrote:
> > I have a postgresql database with around 4000 schemas. Each schema has
> around
> > the same 65 tables. There are 8 processes connected to the database (it
> is a web app).
> > Each process has only one direct co
Juan Manuel Cuello wrote:
> I have a postgresql database with around 4000 schemas. Each schema has around
> the same 65 tables. There are 8 processes connected to the database (it is a
> web app).
> Each process has only one direct connection to the database (no connection
> pool).
>
> Everythin