Re: Autovacuum Problem

Поиск
Список
Период
Сортировка
От Achilleas Mantzios
Тема Re: Autovacuum Problem
Дата
Msg-id b473807b-cfbf-b24b-459a-48a1c7f46d58@matrix.gatewaynet.com
обсуждение исходный текст
Ответ на Autovacuum Problem  (Kein Name <muelladdi@gmail.com>)
Ответы Re: Autovacuum Problem  (Kein Name <muelladdi@gmail.com>)
Список pgsql-general
On 03/04/2018 09:36, Kein Name wrote:
> However no space seems to be freed to the system.
>
> Is there any way a bloody newbie can debug this behaviour?

VACUUM <> VACUUM FULL
Normally running VACUUM via autovacuum should help reuse free space but not actually return it to the filesystem / OS
(unlessit happens to be the last blocks in the data file(s)).
 
Ppl in normal/average type of installations/workloads no longer (since 8.2) run VACUUM (or VACUUM FULL) by hand, except
inextra ordinary cases where e.g. need for free space is urgent.
 

> Any help is appreciated!
>
> Thanks
> Stefan
>

-- 
Achilleas Mantzios
IT DEV Lead
IT DEPT
Dynacom Tankers Mgmt



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

Предыдущее
От: Kein Name
Дата:
Сообщение: Autovacuum Problem
Следующее
От: Kein Name
Дата:
Сообщение: Re: Autovacuum Problem