Re: Autovacuum Improvements

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Chris Browne <cbbrowne(at)acm(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Autovacuum Improvements
Date: 2006-12-19 21:04:46
Message-ID: 20061219210446.GN3036@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Chris Browne wrote:
> matthew(at)zeut(dot)net ("Matthew O'Connor") writes:
>
> > Bruce Momjian wrote:
> >> Yes, I think there are these TODO items. I was waiting to see what
> >> additional replies there are before adding them.
> >
> > Speaking of which, I was just looking at the TODO at:
> >
> > http://www.postgresql.org/docs/faqs.TODO.html
> >
> > and I think this item:
> >
> > * Improve xid wraparound detection by recording per-table rather than
> > per-database
> >
> > is done and working in 8.2 no?
>
> That's in the 8.2 release notes:
>
> - Track maximum XID age within individual tables, instead of whole
> databases (Alvaro)
>
> This reduces the overhead involved in preventing transaction ID
> wraparound, by avoiding unnecessary VACUUMs.

Yeah, this is what the TODO item was about, so it certainly is done.

--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Glen Parker 2006-12-19 21:19:39 Re: Autovacuum Improvements
Previous Message Joost Kuckartz 2006-12-19 20:47:47 Unable to start server - winxp

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2006-12-19 21:13:01 Re: Companies Contributing to Open Source
Previous Message Magnus Hagander 2006-12-19 21:02:40 Re: pg_restore fails with a custom backup file