Re: BLOB updates -> database size explodes

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: BLOB updates -> database size explodes
Дата
Msg-id CAKoxK+520UfAMzO-x7u2W7_RHHVdjez8EHKb7PBQhq9B1HsMDg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: BLOB updates -> database size explodes  (Stephen Scheck <singularsyntax@gmail.com>)
Список pgsql-general
On Thu, May 30, 2013 at 12:49 AM, Stephen Scheck
<singularsyntax@gmail.com> wrote:

> If this hypothesis is correct, doing a vacuum should free up dead pages and
> your size expectations should be more accurate. And if that's the case
> putting more intelligence into the application could mitigate some of the
> update growth (predicting what page temporally similar updates will go to
> and grouping them into a single transaction, for instance).
>

Seems correct to me, according to this
http://www.postgresql.org/docs/current/static/lo.html
I would give a try to vacuumlo to see if the size decreases, in such
case that is the right explaination.

Luca


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

Предыдущее
От: Benedikt Grundmann
Дата:
Сообщение: Re: How to upgrade postgres 8.4 -> 9.1 contrib?
Следующее
От: Chris Angelico
Дата:
Сообщение: Re: Introduction