auto vacuum doens't appear to be working

Поиск
Список
Период
Сортировка
От Warren Little
Тема auto vacuum doens't appear to be working
Дата
Msg-id 200606300808.40460.warren.little@meridiascapital.com
обсуждение исходный текст
Ответы Re: auto vacuum doens't appear to be working  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-admin
We have a bytea column where we store large attachments (ie pdf file).
every so often (2 weekly) we replace the large a attachment (5-15mb) with a
much smaller binary file (15k).

when I run
SELECT sum( relpages*8/1024 ) as MB FROM pg_class where relname != ''
I get a value of 104995 which I interpret to mean I have 104GB of stored data
in the database and this value has remained relatively static (+/- 1GB) over
the past couple of weeks.
We I to a df -h on the filesystem holding the database cluster I get a usage
of 140GB.  Again I interpret this to mean I have nearly 35GB of "uncleaned"
data.

Is this a case where I should be running the vacuum manually or is auto vacuum
all that should be necessary to keep track and mark the updated tuple space
ready for re-use.

thanks

--
Warren Little
Chief Technology Officer
Meridias Capital, Inc
1006 Atherton Dr
Salt Lake City, UT 84123
ph. 866.369.7763

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

Предыдущее
От: Devrim GUNDUZ
Дата:
Сообщение: Re: Request for RPM's
Следующее
От: "Alex Soto"
Дата:
Сообщение: Constraint Null Value