Re: response time is very long in PG9.5.5 using psql or jdbc

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: response time is very long in PG9.5.5 using psql or jdbc
Дата
Msg-id 20180213222102.ku2o3oy3tvasn3hx@alap3.anarazel.de
обсуждение исходный текст
Ответ на 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
Re: response time is very long in PG9.5.5 using psql or jdbc
Список 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 по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: response time is very long in PG9.5.5 using psql or jdbc
Следующее
От: Tom Lane
Дата:
Сообщение: Re: response time is very long in PG9.5.5 using psql or jdbc