We have a Postgres 9.2 configuration with streaming replication. During periods when you're running nothing on the slave but the replication, we notice spikes in disk reads.
What could be the cause of this?
Are all of the WAL files written to disk and then read before being applied?What could be the cause of this?