From: | Aleksej Trofimov <aleksej(dot)trofimov(at)ruptela(dot)lt> |
---|---|
To: | Claudio Freire <klaussfreire(at)gmail(dot)com> |
Cc: | sgupta <saurabh(dot)b85(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org |
Subject: | Re: Postgresql Replication Performance |
Date: | 2011-12-29 16:05:36 |
Message-ID: | 4EFC8FD0.9020100@ruptela.lt |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-performance |
On 12/29/2011 05:00 PM, Claudio Freire wrote:
> Second, is that WAL activity on streaming replication or WAL shipping
> is documented to contain more data than on non-replicated setups. What
> is not clear is how much more data. This not only affects our network
> bandwidth estimations, but also I/O load on the master server, slowing
> writes (and some reads that cannot happen on the slave).
Our database has about 2MB/s writes on the WAL array, we had about 160
IOPS in average when replications was switched off, and 165-170 IOPS in
replication. This I think could be explained with statistical error, so
we have not experienced any I/O load on our master server since
replication was configured.
--
Best regards
Aleksej Trofimov
From | Date | Subject | |
---|---|---|---|
Next Message | MirrorX | 2011-12-29 16:12:49 | Re: parse - bind take more time than execute |
Previous Message | Merlin Moncure | 2011-12-29 15:05:30 | Re: Postgresql Replication Performance |