Re: reloptions and toast tables

Поиск
Список
Период
Сортировка
От Zdenek Kotala
Тема Re: reloptions and toast tables
Дата
Msg-id 494E1105.5030809@sun.com
обсуждение исходный текст
Ответ на Re: reloptions and toast tables  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: reloptions and toast tables  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Alvaro Herrera napsal(a):

> ALTER TABLE foo SET (toast.autovacuum_enabled = false);

+1

Do not forget on toast index as well.

ALTER TABLE foo SET (toast_idx.fillfactor = 50);

Another potential problem with toast setting is that reloption is toastable and 
it could generates loops in detoasting pg_class tuples. For example toast chunk 
size cannot be implement like reloption (or pg_class should use every time 
default values).
    Zdenek


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

Предыдущее
От: Andrew Gierth
Дата:
Сообщение: Re: a small proposal for avoiding foot-shooting
Следующее
От: KaiGai Kohei
Дата:
Сообщение: Re: Updates of SE-PostgreSQL 8.4devel patches (r1324)