Re: Performance problems???

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Performance problems???
Дата
Msg-id 2341.1004473970@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance problems???  (James Patterson <jpatterson@amsite.com>)
Список pgsql-hackers
James Patterson <jpatterson@amsite.com> writes:
> I have observed some disturbing behavior with the latest (7.1.3) version of
> PotgreSQL.

Try vacuuming the "control" table every so often --- you're accumulating
huge numbers of dead rows in it.

Even better, replace "control" with a sequence object.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: Performance problems???
Следующее
От: Jason L Tibbitts III
Дата:
Сообщение: Re: pgsql-committers?