Re: process time of update

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: process time of update
Дата
Msg-id 12959.1038362904@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: process time of update  (Doug McNaught <doug@mcnaught.org>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: postgres taking longer to update
Следующее
От: David Wheeler
Дата:
Сообщение: Re: [HACKERS] Request from eWeek for 7.3 comments