Re: Why so slow?

Поиск
Список
Период
Сортировка
От Jim C. Nasby
Тема Re: Why so slow?
Дата
Msg-id 20060502201740.GB97354@pervasive.com
обсуждение исходный текст
Ответ на Re: Why so slow?  (Bill Moran <wmoran@collaborativefusion.com>)
Ответы Re: Why so slow?
Список pgsql-performance
On Sun, Apr 30, 2006 at 10:03:46AM -0400, Bill Moran wrote:
> At this point, it seems like you need to do 2 things:
> 1) Schedule lazy vacuum to run, or configure autovacuum.
> 2) Schedule some downtime to run "vacuum full" to recover some disk space.
>
> #2 only needs done once to get you back on track, assuming that #1 is
> done properly.

You'll also want to reindex since vacuum full won't clean the indexes
up. You might also want to read
http://www.pervasivepostgres.com/instantkb13/article.aspx?id=10087 and
http://www.pervasivepostgres.com/instantkb13/article.aspx?id=10116.
--
Jim C. Nasby, Sr. Engineering Consultant      jnasby@pervasive.com
Pervasive Software      http://pervasive.com    work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf       cell: 512-569-9461

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

Предыдущее
От: "Jim C. Nasby"
Дата:
Сообщение: Re: Why so slow?
Следующее
От: Bruno Wolff III
Дата:
Сообщение: Re: postgresql transaction id monitoring with nagios