Re: pg_attribute size

Поиск
Список
Период
Сортировка
От Anj Adu
Тема Re: pg_attribute size
Дата
Msg-id f2fd819a0910261635o8b62787m54f6c48eaf915729@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_attribute size  (Scott Marlowe <scott.marlowe@gmail.com>)
Список pgsql-admin
I am guessing the analyze helped the pgadmin data-dictionary query
planning..The vacuum will help with space re-use. the size is not
smaller as I did not do a vacuum full.



On Mon, Oct 26, 2009 at 4:27 PM, Scott Marlowe <scott.marlowe@gmail.com> wrote:
> On Mon, Oct 26, 2009 at 3:29 PM, Anj Adu <fotographs@gmail.com> wrote:
>> We have several partitioned tables that get dropped every day ..We do
>> not do autovacuum as it is an IO hog (and most tables are dropped
>> anyways..and the large tables are never updated)..
>
> 1: autovac can be adjusted to use much less IO than regular vacuum.
> 2: You can tell it to ignore certain tables.
>
>> I however did a plain vacuum analyze and that fixed the problem with
>> tools(e.g pgadmin) that accessed the data dictionary and were very
>> slow before the vacuum.
>
> Huh.  Is the pg_attribute size much smaller?
>

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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: pg_attribute size
Следующее
От: Andreas Schmidt
Дата:
Сообщение: Re: pg_standby doesnt't work