Re: response time is very long in PG9.5.5 using psql or jdbc - Mailing list pgsql-bugs

From Andres Freund
Subject Re: response time is very long in PG9.5.5 using psql or jdbc
Date
Msg-id 20180213222102.ku2o3oy3tvasn3hx@alap3.anarazel.de
Whole thread Raw
In response to Re: response time is very long in PG9.5.5 using psql or jdbc  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: response time is very long in PG9.5.5 using psql or jdbc  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: response time is very long in PG9.5.5 using psql or jdbc  (David Gould <daveg@sonic.net>)
List pgsql-bugs
On 2018-02-13 17:06:36 -0500, Tom Lane wrote:
> Now, those issues seemed to be associated with needing to rebuild the
> relcache init file, so you wouldn't expect them to repeat on every
> connection ... but maybe the OP has something going on that causes the
> init file to get invalidated constantly.  That'd have to be on top of
> some other massive performance problem, but at least you could see how
> catalog bloat could possibly lead to this type of symptom, seeing that
> init file rebuild requires some catalog seqscans.

One of the OP's examples shows the connection establishment separate
from the slowdown however. Shouldn't that preclude relcache init file
rebuilds being involved?

Greetings,

Andres Freund


pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: response time is very long in PG9.5.5 using psql or jdbc
Next
From: Tom Lane
Date:
Subject: Re: response time is very long in PG9.5.5 using psql or jdbc