Re: TOAST tables keeps growing!

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: TOAST tables keeps growing!
Дата
Msg-id 25925.1092423739@sss.pgh.pa.us
обсуждение исходный текст
Ответ на TOAST tables keeps growing!  ("Thomas Madsen" <tm@softcom.dk>)
Список pgsql-admin
"Thomas Madsen" <tm@softcom.dk> writes:
>     What can I do to reclaim the wasted TOAST diskspace?

vacuum full might help.

>     Can I find and eliminate the lost TOAST tuples somehow?

Well, one thing to ask is whether it's the toast *table* that's
bloating, or the *index* on the toast table.  (VACUUM VERBOSE
would help you find out.)

If it's the table, then more frequent plain vacuums and/or increasing
FSM should fix it.  If the index is growing while the table stays
about the same, you could try periodic REINDEXes, but the only real
solution is to move up to PG 7.4.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: dynamic DB descriptions
Следующее
От: Tom Lane
Дата:
Сообщение: Re: PG 7.2 varchar change