Re: Why will vacuum not end?

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: Why will vacuum not end?
Дата
Msg-id 200404240835.21914.josh@agliodbs.com
обсуждение исходный текст
Ответ на Re: Why will vacuum not end?  ("Shea,Dan [CIS]" <Dan.Shea@ec.gc.ca>)
Список pgsql-performance
Dan,

> Josh, how long should a vacuum take on a 87 GB table with a 39 GB index?

Depends:
-- What's your disk support?
-- VACUUM, VACUUM ANALYZE, or VACUUM FULL?
-- What's your vacuum_mem setting?
-- What are checkpoint and wal settings?

> I see alot of activity with transaction logs being recycled (15 to 30 every
> 3 to 20 minutes).
> Is the vacuum causing this?

Probably, yes.   How many checkpoint_buffers do you allow?

--
Josh Berkus
Aglio Database Solutions
San Francisco

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

Предыдущее
От: "Shea,Dan [CIS]"
Дата:
Сообщение: Re: Why will vacuum not end?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Setting Shared Buffers , Effective Cache, Sort Mem