Re: explain plan difference

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: explain plan difference
Дата
Msg-id 5191.1572878726@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: explain plan difference  (Ravi Krishna <srkrishna@yahoo.com>)
Ответы Re: explain plan difference
Список pgsql-general
Ravi Krishna <srkrishna@yahoo.com> writes:
>> VACUUM would not change the state of the dropped columns.

> When does it change?

Never, unless you drop and recreate the table.  Removing a dropped
column would change the attnums of following columns, which we
can't support because the tableoid+attnum is the only persistent
identifier of a column.

(From memory, operations like VACUUM FULL and CLUSTER will rewrite
dropped columns with NULLs to reduce their storage impact.  But they
don't go away.)

            regards, tom lane



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

Предыдущее
От: Ravi Krishna
Дата:
Сообщение: Re: explain plan difference
Следующее
От: Ravi Krishna
Дата:
Сообщение: Re: explain plan difference