Re: dead tuples

Поиск
Список
Период
Сортировка
От Oren Mazor
Тема Re: dead tuples
Дата
Msg-id op.subsbctlv14azh@pbook.local
обсуждение исходный текст
Ответ на Re: dead tuples  (Bruno Wolff III <bruno@wolff.to>)
Ответы Re: dead tuples  (Bruno Wolff III <bruno@wolff.to>)
Re: dead tuples  (tgoodaire@linux.ca (Tim Goodaire))
Список pgsql-novice
what happens is that my database files grow significantly. say i have a
table filled with people names, and i modify each one, then my database
seems to double. this is because (afaik) pg marks the old ones as 'dead'
but doesnt delete them. you run vacuum to reclaim it.

which is what i do. but i'm wondering if there's any way to circumvent the
entire process of marking them as 'dead' and just deleting things right
off when they get updated

On Fri, 22 Jul 2005 13:29:19 -0400, Bruno Wolff III <bruno@wolff.to> wrote:

> On Fri, Jul 22, 2005 at 10:02:55 -0400,
>   Oren Mazor <oren.mazor@gmail.com> wrote:
<snip>
>
> What problem are you trying to solve?
>
> The way Postgres implements MVCC leaves deleted tuples for later clean up
> after they aren't visible to any currently open transaction. This clean
> up
> is done with vacuum.



--
Oren Mazor // Developer, Sysadmin, Explorer
GPG Key: http://www.grepthemonkey.org/secure
"Ut sementem feceris, ita metes"

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

Предыдущее
От: "Mike Fahrenkrog"
Дата:
Сообщение: Re: How to catch a command
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: dead tuples