Dmitry Koterov wrote:
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...
Because the disk is busy.
Dmitry Koterov wrote:
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...
Because the disk is busy.