Re: Question about DB VACUUM

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Question about DB VACUUM
Дата
Msg-id 12586.1065134741@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Question about DB VACUUM  ("Chris White (cjwhite)" <cjwhite@cisco.com>)
Ответы Re: Question about DB VACUUM
Список pgsql-admin
"Chris White (cjwhite)" <cjwhite@cisco.com> writes:
> The index has grown by 4 pages and the table has grown by 10 pages. BTW,
> what is a page size? Why is this happening as this is the table that I
> am theoretically keeping the same size by adding/deleting the same
> objects from.

Kinda looks like you aren't doing anything to remove
no-longer-referenced large objects.  An LO is not a BLOB; it has an
independent existence.  You may care to look into
contrib/lo and/or contrib/vacuumlo.  Or possibly you should be using
wide text or bytea fields, not large objects at all...

            regards, tom lane

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

Предыдущее
От: "Chris White (cjwhite)"
Дата:
Сообщение: Re: Question about DB VACUUM
Следующее
От: Gaetano Mendola
Дата:
Сообщение: Re: Delete accident