Re: Large Objects and and Vacuum

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Large Objects and and Vacuum
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C20749D1BF@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Re: Large Objects and and Vacuum  ("Simon Windsor" <simon.windsor@cornfield.me.uk>)
Список pgsql-general
Simon Windsor wrote:
[pg_largeobject keeps growing]

> The data only has to be kept for a few days, and generally the system
is
> performing well, but as stated in the email, regular use of vacuumlo,
vacuum
> and autovacuum leaves the OS disc space slowly shrinking.
>
> As a last resort this week, I'm going to get 500+GB of extra file
store
> added, add a tablespace and move pg_largeobjects to this area. Then
use
> CLUSTER to rebuild pg_largeobjects back in the default tablespace.
This
> should fix things I hope, and if needed I'll use Cluster regularly.

You did not pay attention.

Did you verify that large objects actually get deleted in your system?
If not, no magic will ever make pg_largeobject shrink.

In current PostgreSQL, CLUSTER essentially does the same as VACUUM FULL.

Yours,
Laurenz Albe

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

Предыдущее
От: John R Pierce
Дата:
Сообщение: Re: Adding German Character Set to PostgresSQL
Следующее
От: "Albe Laurenz"
Дата:
Сообщение: Re: asynchronous api questions