Re: why toast tables are not reindexed while clustering?

Поиск
Список
Период
Сортировка
От SAKATA Tetsuo
Тема Re: why toast tables are not reindexed while clustering?
Дата
Msg-id 44C5EDBF.9040309@oss.ntt.co.jp
обсуждение исходный текст
Ответ на Re: why toast tables are not reindexed while clustering?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Thank you for your quick answering my question. > Tom.

Tom Lane wrote:
> SAKATA Tetsuo <sakata.tetsuo@oss.ntt.co.jp> writes:
>> I'll be pleased if someone tell me the reason why
>> when a table is clustered the toast table is not reindexed.
> 
> It's not obvious that those two things should be related.  You can
> reindex the toast table if you wish ...

I have some thoughts.

(1) If there are no significant reason why two things are related,   we should reindex toast table while clustering.
(I searched PostgreSQL mailing list archive about this topic,     only to fail finding significant discussion.)
 

(2) If some reasons exist and it is not appropriate to reindex toast table,   we describe it in the PostgreSQL
documentation.

(3) And then, giving some way to users that they create index(es)   only on the toast table. Now, when we reindex the
tableafter clustering it,   we create all index(es) on the table that we cluster.   So we create the same index(es)
twice.

best regards,

Tetsuo.
-- 
sakata.tetsuo _at_ oss.ntt.co.jp
SAKATA, Tetsuo. Shinagawa Tokyo JAPAN.


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

Предыдущее
От: Gevik Babakhani
Дата:
Сообщение: root/administartor user check option.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: root/administartor user check option.