Re: Partitioned table question

Поиск
Список
Период
Сортировка
От Reid Thompson
Тема Re: Partitioned table question
Дата
Msg-id 1255550704.8180.68.camel@raker.ateb.com
обсуждение исходный текст
Ответ на Re: Partitioned table question  (Scott Marlowe <scott.marlowe@gmail.com>)
Ответы Re: Partitioned table question  (Alan Hodgson <ahodgson@reinvent.com>)
Список pgsql-general
So we know have data in ~30 partitioned tables.
Our requirements now necessitate adding some columns to all these tables
( done ) which will get populated via batch sql for the older tables and
by normal processing as we move forward.

The batch update is going to result in dead tuples in the older tables.
What would be the recommended way to recover this dead space?
Vacuum full children tables + reindex children tables?  or....

Thanks,
reid



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Cannot start the postgres service
Следующее
От: Alan Hodgson
Дата:
Сообщение: Re: Partitioned table question