Re: Justifying a PG over MySQL approach to a project

From: David Boreham <david_list(at)boreham(dot)org>
To: "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Justifying a PG over MySQL approach to a project
Date: 2009-12-18 02:51:08
Message-ID: 4B2AEE1C.1070503@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Marlowe wrote:
> I would recommend using a traffic shaping router (like the one built
> into the linux kernel and controlled by tc / iptables) to simulate a
> long distance connection and testing this yourself to see which
> replication engine will work best for you.
>
Netem :
http://www.linuxfoundation.org/collaborate/workgroups/networking/netem
We used this to make a test rig for Directory Server replication, to
verify a
re-design that added pipelining to the replication protocol.
It's already in the modern Linuxes--just needs to be configured.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2009-12-18 03:28:44 Re: Justifying a PG over MySQL approach to a project
Previous Message Greg Sabino Mullane 2009-12-18 02:47:18 Re: Justifying a PG over MySQL approach to a project