Re: PostgreSQL with Zabbix - problem of newbe

Поиск
Список
Период
Сортировка
От Merlin Moncure
Тема Re: PostgreSQL with Zabbix - problem of newbe
Дата
Msg-id p2ub42b73151004080616r994b020fp33350f9b982cf7b2@mail.gmail.com
обсуждение исходный текст
Ответ на Re: PostgreSQL with Zabbix - problem of newbe  (Grzegorz Jaśkiewicz <gryzman@gmail.com>)
Ответы Re: PostgreSQL with Zabbix - problem of newbe
Re: PostgreSQL with Zabbix - problem of newbe
Список pgsql-performance
2010/4/8 Grzegorz Jaśkiewicz <gryzman@gmail.com>:
> starting with 8.3, there's this new feature called HOT, which helps a lot
> when you do loads of updates.
> Plus writer is much quicker (30-40% sometimes), and autovacuum behaves much
> nicer.
> Bottom line, upgrade to 8.3, 8.1 had autovacuum disabled by default for a
> reason.

postgresql 8.2: autovacuum enabled by default
postgresql 8.3: HOT (reduces update penalty -- zabbix does a lot of updates)

previous to 8.2, to get good performance on zabbix you need to
aggressively vacuum the heavily updated tables yourself.

merlin

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: PostgreSQL with Zabbix - problem of newbe
Следующее
От: Kaloyan Iliev Iliev
Дата:
Сообщение: Query Optimization