Problems with autovacuum and vacuum

Поиск
Список
Период
Сортировка
От JotaComm
Тема Problems with autovacuum and vacuum
Дата
Msg-id AANLkTi=A0FgypOSPq_uC9nH458RfsU6vwccHaXSSdjE=@mail.gmail.com
обсуждение исходный текст
Ответы Re: Problems with autovacuum and vacuum  (Robert Haas <robertmhaas@gmail.com>)
Re: Problems with autovacuum and vacuum  (Filip Rembiałkowski <plk.zuber@gmail.com>)
Список pgsql-hackers
Hello, <br /> <br />Last week I had a serious problem with my PostgreSQL database. My autovacuum is OFF, but in
Septemberit started to prevent the transaction wraparoud; however last week the following message appeared continuously
inmy log: <br /> <br />WARNING: database "production" must be vacuumed within 4827083 transactions <br />HINT: To avoid
adatabase shutdown, execute a full-database VACUUM in "production". <br /> <br />This message appeared for five to six
hours;after that, the message disappeared from log. Any idea about what could have happened? <br /> <br />Every day the
vacuumis executed on some tables; and on Sundays it's executed on all tables. But as the autovacuum is running since
September,and it runs for a long time, the vacuum was blocked because autovacuum had been running on the same table.
Howshould I procede in this case?<br /><br />The table where the autovacuum is running and where the vacuum was blocked
hasbillion of rows. <br /> <br />I'm using the PostgreSQL 8.3.8 <br /> <br />The configuration of the vacuum parameters
are:<br /> <br />vacuum_cost_limit = 200 <br />vacuum_cost_delay = 0 <br />vacuum_freeze_min_age = 100000000 <br
/>autovacuum= off <br />autovacuum_freeze_max_age = 200000000<br /><br />Regards,<br clear="all" /><br />João Paulo<br
/><br/>-- <br />JotaComm<br /><a href="http://jotacomm.wordpress.com">http://jotacomm.wordpress.com</a><br /> 

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

Предыдущее
От: Stefan Kaltenbrunner
Дата:
Сообщение: Re: Sync Rep Design
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Avoiding rewrite in ALTER TABLE ALTER TYPE