Disk reads when using streaming replication? - Mailing list pgsql-admin

From Dave Johansen
Subject Disk reads when using streaming replication?
Date
Msg-id CAAcYxUd=SQp4a6RHxRboxT4kbyD0ROyv3HvZRg0WYMn5xjGkVA@mail.gmail.com
Whole thread Raw
List pgsql-admin
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?
Or can something cause the WAL files to have to be written to disk and then read before being applied?

Thanks,
Dave

pgsql-admin by date:

Previous
From: Victor Yegorov
Date:
Subject: Re: [INFO] - vm.dirty_ratio/background_ratio
Next
From: Peter Brunnengräber
Date:
Subject: postgres wal sender replication timeout during pg_basebackup