Re: Replication on the backend - Mailing list pgsql-hackers

From Chris Browne
Subject Re: Replication on the backend
Date
Msg-id 60y82yi641.fsf@dba2.int.libertyrms.com
Whole thread Raw
In response to Replication on the backend  (Gustavo Tonini <gustavotonini@gmail.com>)
List pgsql-hackers
gustavotonini@gmail.com (Gustavo Tonini) writes:
> But,  wouldn't the performance be better? And wouldn't asynchronous
> messages be better processed?

Why do you think performance would be materially affected by this?

The MAJOR performance bottleneck is normally the slow network
connection between servers.

When looked at in the perspective of that bottleneck, pretty much
everything else is just noise.  (Sometimes pretty loud noise, but
still noise :-).)
-- 
let name="cbbrowne" and tld="cbbrowne.com" in name ^ "@" ^ tld;;
http://cbbrowne.com/info/spreadsheets.html
"When the grammar checker identifies an error, it suggests a
correction and can even makes some changes for you."  
-- Microsoft Word for Windows 2.0 User's Guide, p.35:


pgsql-hackers by date:

Previous
From: Christopher Kings-Lynne
Date:
Subject: Re: Oddity with extract microseconds?
Next
From: "Mario Weilguni"
Date:
Subject: Re: Replication on the backend