Re: auto truncate/vacuum full

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: auto truncate/vacuum full
Дата
Msg-id 20091027173145.GG4876@alvh.no-ip.org
обсуждение исходный текст
Ответ на auto truncate/vacuum full  (JC Praud <brutaltruth42@gmail.com>)
Ответы Re: auto truncate/vacuum full
Re: auto truncate/vacuum full
Список pgsql-general
JC Praud escribió:

> So my question are: can the autovacuum daemon perform vacuum full ? Or
> another internal postgres process ? Could it come from the TRUNCATE I run
> and canceled 4 days before ?

No.  Autovacuum only issues commands that don't lock tables strongly.  I
doubt this has anything to do with your old TRUNCATE either.  My guess
is that somebody else ran TRUNCATE and forgot to tell you; or maybe an
automatic external process (cron or some such).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support

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

Предыдущее
От: Joshua Berry
Дата:
Сообщение: Re: Upgrade from 8.2 to 8.3 & catching errors in functions
Следующее
От: Tim Landscheidt
Дата:
Сообщение: Re: Procedure for feature requests?