Re: recovery from xid wraparound

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Shane Wright" <shane(dot)wright(at)edigitalresearch(dot)com>
Cc: pgsql-general(at)postgresql(dot)org, "Martijn van Oosterhout" <kleptog(at)svana(dot)org>
Subject: Re: recovery from xid wraparound
Date: 2006-10-24 14:52:16
Message-ID: 8834.1161701536@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Shane Wright" <shane(dot)wright(at)edigitalresearch(dot)com> writes:
> Incidentally, how many passes of a table can vacuum make!

Lots, especially if the table hasn't been vacuumed in a long time...
Perhaps you should be using a higher maintenance_work_mem?
(Um, in 7.4 make that vacuum_mem.) Larger work memory translates
directly to fewer passes over the indexes.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Shane Wright 2006-10-24 15:18:09 Re: recovery from xid wraparound
Previous Message Martijn van Oosterhout 2006-10-24 14:51:25 Re: recovery from xid wraparound