Re: About vacuuming

Поиск
Список
Период
Сортировка
От Neil Conway
Тема Re: About vacuuming
Дата
Msg-id 1014870562.3476.6.camel@jiro
обсуждение исходный текст
Ответ на Re: About vacuuming  (Frank Bax <fbax@sympatico.ca>)
Список pgsql-general
On Wed, 2002-02-27 at 22:32, Frank Bax wrote:
> Unless something changed in
> recent versions, you can only run analyse as part of vacuum.

This is no longer the case with PostgreSQL 7.2 -- there is a separate
ANALYZE command. Check the 7.2 docs for more info on the changes to
VACUUM in this release. Basically, vacuuming is now substantially less
onerous: it is faster and doesn't require an exclusive lock on the
table. ANALYZE now uses statistical sampling for large tables (instead
of scanning every row), so it should be significantly faster as well.

Cheers,

Neil

--
Neil Conway <neilconway@rogers.com>
PGP Key ID: DB3C29FC


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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: sort mem size
Следующее
От: "Thomas T. Thai"
Дата:
Сообщение: Incase you're upgrading PHP-4.x & PgSQL-7.2