Re: process time of update - Mailing list pgsql-general

From Tom Lane
Subject Re: process time of update
Date
Msg-id 12959.1038362904@sss.pgh.pa.us
Whole thread Raw
In response to Re: process time of update  (Doug McNaught <doug@mcnaught.org>)
List pgsql-general
Doug McNaught <doug@mcnaught.org> writes:
> Peter Choe <choepete@mindspring.com> writes:
>> i have a postgres database (version 6.5.3) that gets update by a Java
>> program every night.
>> it seems that each time the update is done it always takes a bit
>> longer to complete the process.

> 1) Are you running VACUUM regularly?

If vacuum doesn't help, try dropping and recreating the indexes on the
most-updated tables.

> 2) You are way, way, way out of date.

Indeed.

            regards, tom lane

pgsql-general by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: postgres taking longer to update
Next
From: David Wheeler
Date:
Subject: Re: [HACKERS] Request from eWeek for 7.3 comments