Re: log_autovacuum

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: log_autovacuum
Дата
Msg-id 20070418014527.GA19186@alvh.no-ip.org
обсуждение исходный текст
Ответ на Re: log_autovacuum  (Alvaro Herrera <alvherre@commandprompt.com>)
Ответы Re: log_autovacuum
Re: log_autovacuum
Список pgsql-patches
Alvaro Herrera wrote:

> Seems fair.  Updated patch attached.
>
> If there are no further comments, I'll add some docs and apply it later.

If autovacuum_vacuum_cost_delay is set to 20, my pitiful desktop system
takes 8.4 seconds to analyze a 8000 page table:

DEBUG:  "bar": scanned 3000 of 8811 pages, containing 681000 live rows and 0 dead rows; 3000 rows in sample, 2000097
estimatedtotal rows 
LOG:  automatic analyze of table "alvherre.public.bar" system usage: CPU 0.00s/0.01u sec elapsed 8.39 sec

So I guess logging on ANALYZE is not that removed from reality.

I also think we should remove these DEBUG messages, that are now
useless:

DEBUG:  autovac: will ANALYZE bar

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

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

Предыдущее
От: "FAST PostgreSQL"
Дата:
Сообщение: Re: COPY-able csv log outputs
Следующее
От: "Pavel Stehule"
Дата:
Сообщение: Re: scrollable cursor support without MOVE statement