Re: unusual performance for vac following 8.2 upgrade

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: unusual performance for vac following 8.2 upgrade
Дата
Msg-id 27678.1168539464@sss.pgh.pa.us
обсуждение исходный текст
Ответ на unusual performance for vac following 8.2 upgrade  (Kim <kim@myemma.com>)
Список pgsql-performance
Kim <kim@myemma.com> writes:
> Running a vac on an 8.2 client connecting to an 8.2 database (following
> example was for a 14 row static table) - vacuums will sit (for lack of a
> better word) for anywhere from ten to twenty minutes before taking a
> lock out on the table and doing work there.

How big is this database (how many pg_class entries)?  What do you get
from "VACUUM VERBOSE pg_class"?  The truss results make it sound like
the problem is pgstat_vacuum_tabstat() taking a long time, but that code
has not changed since 8.1 ...

            regards, tom lane

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

Предыдущее
От: "Carlos H. Reimer"
Дата:
Сообщение: Improving SQL performance
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unusual performance for vac following 8.2 upgrade