Re: Performance Problem with Vacuum of bytea table (PG 8.0.13)

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Performance Problem with Vacuum of bytea table (PG 8.0.13)
Дата
Msg-id 4656BB5E.3000109@archonet.com
обсуждение исходный текст
Ответ на Performance Problem with Vacuum of bytea table (PG 8.0.13)  (Bastian Voigt <post@bastian-voigt.de>)
Ответы Re: Performance Problem with Vacuum of bytea table (PG 8.0.13)
Список pgsql-performance
Bastian Voigt wrote:
> Hi *,
> for caching large autogenerated XML files, I have created a bytea table
> in my database so that the cached files can be used by multiple servers.
> There are about 500 rows and 10-20 Updates per minute on the table. The
> files stored in the bytea are anything from 10kB to 10MB. My PostgreSQL
> version is 8.0.13 on Gentoo Linux (x86) with PostGIS 1.2.0.
>
> For vacuum I use the pg_autovacuum daemon. It decided to vacuum my cache
> table about every 3 hours, the vacuum process takes 20-30 minutes
> (oops!) every time.

Try vacuuming every 3 minutes and see what happens.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: general PG network slowness (possible cure) (repost)
Следующее
От: Bastian Voigt
Дата:
Сообщение: Re: Performance Problem with Vacuum of bytea table (PG 8.0.13)