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
Дата
Msg-id 30153.1518488973@sss.pgh.pa.us
обсуждение исходный текст
Ответ на response time is very long in PG9.5.5 using psql or jdbc  (石勇虎 <SHIYONGHU651@pingan.com.cn>)
Ответы 答复: response time is very long in PG9.5.5 using psql or jdbc
Список pgsql-bugs
=?gb2312?B?yq/Twrui?= <SHIYONGHU651@pingan.com.cn> writes:
> In our product database,we met a problem .when we login in the database
> using psql or jdbc ,the response time is very long.

I'm going to guess that this has something to do with very slow population
of the backend's internal caches during the first query of a session.
That suggests bloated system catalogs.  Do you have an unusually large
number of database objects (e.g., millions of tables or functions)?
Or is it possible that some transaction(s) transiently created a lot of
objects, and vacuuming hasn't been able to shrink the catalogs back down?

            regards, tom lane


В списке pgsql-bugs по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15060: Row in table not found when using pg function in an expression
Следующее
От: 石勇虎
Дата:
Сообщение: 答复: response time is very long in PG9.5.5 using psql or jdbc