Re: 'Real' auto vacuum?

From: "Mindaugas Riauba" <mind(at)bi(dot)lt>
To: <pgsql-performance(at)postgresql(dot)org>
Subject: Re: 'Real' auto vacuum?
Date: 2005-08-31 05:17:53
Message-ID: 00f601c5adeb$56fcb910$f20214ac@bite.lt
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance


> > When a row is orphaned it's added to a list of possibly available rows.
> > When a new row is needed the list of possible rows is examined and the
> > first one with a transaction id less then the lowest running transaction
> > id is chosen to be the new row? These rows can be in a heap so it's
> > really fast to find one.
>
> This is the long-term plan. However, it's actually a lot harder than it
> sounds. Patches welcome.

Some ETA? Since that would be the most welcome addition for us. We
have few very heavily updated databases where table bloat and constant
vacuuming is killing performance.

Mindaugas

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message gdh 2005-08-31 10:22:44 Query slow after VACUUM ANALYZE
Previous Message Ron 2005-08-31 02:50:57 Re: RAID Configuration Sugestion