Re: vacuumdb runtime

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: vacuumdb runtime
Дата
Msg-id 8832.990478425@sss.pgh.pa.us
обсуждение исходный текст
Ответ на vacuumdb runtime  ("Randall F. Kern" <randy@spoke.net>)
Список pgsql-general
"Randall F. Kern" <randy@spoke.net> writes:
> After giving me several 'NOTICE:  Skipping "pg_foo" -- only table owner
> can VACUUM it' messages, it's been running along for the last 2 hours.
> No postgres processes appear very high in "top", and the data directory
> is about 100MB.

Seems unlikely that vacuum is actually doing anything, if you can't see
it in 'top'.  Perhaps it is sitting waiting to acquire a lock on some
table --- do you have any other open transactions?

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: vacuumdb runtime
Следующее
От: Justin Clift
Дата:
Сообщение: Re: how to install postgresql