Postmaster uses excessive CPU and Disk Writes
- by wolfcastle
using PostgreSQL 9.1.2
I'm seeing excessive CPU usage and large amounts of writes to disk from postmaster tasks. This happens even while my application is doing almost nothing (10s of inserts per MINUTE). There are a reasonable number of connections open however.
I've been trying to determine what in my application is causing this. I'm pretty…