Re: Benchmarck PostgreSQL 8.1.4 MySQL 5.0.20 and Oracle 10g2

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Benchmarck PostgreSQL 8.1.4 MySQL 5.0.20 and Oracle 10g2
Дата
Msg-id 13688.1147963700@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Benchmarck PostgreSQL 8.1.4 MySQL 5.0.20 and Oracle 10g2  ("Mikael Carneholm" <Mikael.Carneholm@WirelessCar.com>)
Ответы Re: Benchmarck PostgreSQL 8.1.4 MySQL 5.0.20 and Oracle 10g2
Список pgsql-performance
"Mikael Carneholm" <Mikael.Carneholm@WirelessCar.com> writes:
> Btw, check you logfile for hints regarding increasing max_fsm_pages, and
> consider increasing checkpoint_segments as well. You could also play
> with more aggressive bgwriter_* params to reduce the risk for long
> vacuum pauses.

Yeah, checkpoint_segments is a really critical number for any
write-intensive situation.  Pushing it up to 30 or more can make a big
difference.  You might want to set checkpoint_warning to a large value
(300 or so) so you can see in the log how often checkpoints are
happening.  You really don't want checkpoints to happen more than about
once every five minutes, because not only does the checkpoint itself
cost a lot of I/O, but there is a subsequent penalty of increased WAL
traffic due to fresh page images getting dumped into WAL.

            regards, tom lane

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

Предыдущее
От: "Mikael Carneholm"
Дата:
Сообщение: Re: Benchmarck PostgreSQL 8.1.4 MySQL 5.0.20 and Oracle 10g2
Следующее
От: Ruben Rubio Rey
Дата:
Сообщение: Re: SQL CPU time usage