Re: Vacuum time degrading

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Wes <wespvp(at)syntegra(dot)com>
Cc: Postgresql-General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Vacuum time degrading
Date: 2005-04-04 14:50:25
Message-ID: 25735.1112626225@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general pgsql-hackers

Wes <wespvp(at)syntegra(dot)com> writes:
> On 3/2/05 10:50 PM, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
>> It wouldn't be easy --- there are some locking considerations that say
>> btbulkdelete needs to scan the index in the same order that an ordinary
>> scan would do. See the nbtree README for details.

> Just a follow-up on this..

> The vacuum time has been steadily increasing at a seemingly increasing rate,
> although there are no deletes or updates to the database. The current DB
> size is just over 500 million rows. Last week it was up to 6.84 hours to do
> a vacuum. Over the weekend I reindexed all the major indexes. The two
> largest indexes took about 10 hours to reindex both. After the reindexing,
> the vacuum took only 1.44 hours. This is pretty much a linear scaling from
> the original vacuum time I reported.

> So, the increasing vacuum times would appear to be as Tom suggested - due to
> the fact that vacuum processes indexes in index order, not physical disk
> order. I guess we add a periodic reindex to our maintenance procedures...

That doesn't follow from what you said. Did you check that the physical
sizes of the indexes were comparable before and after the reindex?

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Janning Vygen 2005-04-04 14:54:46 invalid input syntax for type bytea
Previous Message Karl O. Pinc 2005-04-04 14:44:09 Re: Strange plpgsql performance -- arithmetic, numeric()

Browse pgsql-hackers by date

  From Date Subject
Next Message Joshua D. Drake 2005-04-04 15:02:30 Re: [HACKERS] plPHP in core?
Previous Message Tom Lane 2005-04-04 14:46:41 Re: BuildFarm status: recent check failures