Re: pg_class (system) table increasing size.

Поиск
Список
Период
Сортировка
От Adrian Klaver
Тема Re: pg_class (system) table increasing size.
Дата
Msg-id 5ec7217c-6bc3-9b40-0ef1-ff99aa6066e9@aklaver.com
обсуждение исходный текст
Ответ на Re: pg_class (system) table increasing size.  (dhaval jaiswal <dhavallj@hotmail.com>)
Ответы Re: pg_class (system) table increasing size.  (dhaval jaiswal <dhavallj@hotmail.com>)
Список pgsql-general
On 11/16/2016 07:08 PM, dhaval jaiswal wrote:
>
>>> Because you are creating (specific) objects.
>
> I have gone through the link and  how would i figure out which
> specific object is causing this.  Can you please elaborate more here.
>
>
> We do not have the much temporary table usage.
>
>
> Since the size is bigger (5 GB) to maintain. does it requires
> maintenance as well for thepg_class.

Should have added to my previous post. What does:

select * from pg_stat_sys_tables where relname = 'pg_class';

show?

>
>
> It seems its affecting performance.
>
>



--
Adrian Klaver
adrian.klaver@aklaver.com


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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: pg_class (system) table increasing size.
Следующее
От: Amit Langote
Дата:
Сообщение: Re: How the Planner in PGStrom differs from PostgreSQL?