How to speedup CHECKPOINTs? - Mailing list pgsql-general

From Dmitry Koterov
Subject How to speedup CHECKPOINTs?
Date
Msg-id d7df81620703280705sc4fd8ecic43c10ac7ceb978@mail.gmail.com
Whole thread Raw
Responses Re: How to speedup CHECKPOINTs?  (Joseph S <jks@selectacast.net>)
List 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 by date:

Previous
From: Jaime Silvela
Date:
Subject: unexpected data beyond EOF and character encoding
Next
From: Stephen Harris
Date:
Subject: Slow sequential scans on one DB but not another; fragmentation?