How to speedup CHECKPOINTs?

Поиск
Список
Период
Сортировка
От Dmitry Koterov
Тема How to speedup CHECKPOINTs?
Дата
Msg-id d7df81620703280705sc4fd8ecic43c10ac7ceb978@mail.gmail.com
обсуждение исходный текст
Ответы Re: How to speedup CHECKPOINTs?  (Joseph S <jks@selectacast.net>)
Список pgsql-general
Hello.

The quintessence of the problem explained in previous letters: CHECKPOIND command works quite slow, disk write activity is high just after it is executed, and diring the CHECKPOINT SELECT queries work many times slower than usual.

I experimended with bgwriter, but it affects the CHECKPOINT performance very little (possibly 2-3 times faster but no more).
What else could I tune?

And the general question - why SELECT queries slowdown  during the CHECKPOINT? I thought that Postgres is a version-based database and read queries are never blocked...

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

Предыдущее
От: Jaime Silvela
Дата:
Сообщение: unexpected data beyond EOF and character encoding
Следующее
От: Stephen Harris
Дата:
Сообщение: Slow sequential scans on one DB but not another; fragmentation?