PostgreSQL attempts to do a lot of its work in memory, and spread out writing 
to disk to minimize bottlenecks, but on an overloaded system with heavy 
writing, it's easily possible to see heavy reads and writes cause the whole 
system to slow as it catches up on the demands.

Reply via email to