Re: Connection hangs on new created schema

2018-03-28 Thread Juan Manuel Cuello
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

Re: Connection hangs on new created schema

2018-03-27 Thread Laurenz Albe
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