Re: Justifying a PG over MySQL approach to a project - Mailing list pgsql-general

From Scott Marlowe
Subject Re: Justifying a PG over MySQL approach to a project
Date
Msg-id dcc563d10912171928h12c92160pcd4c7b75e3b9e2f6@mail.gmail.com
Whole thread Raw
In response to Re: Justifying a PG over MySQL approach to a project  (David Boreham <david_list@boreham.org>)
List pgsql-general
On Thu, Dec 17, 2009 at 7:51 PM, David Boreham <david_list@boreham.org> wrote:
> 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.

Wow, everytime I turn around someone's built something cool from a set
of small sharp tools.  Thanks!

pgsql-general by date:

Previous
From: David Boreham
Date:
Subject: Re: Justifying a PG over MySQL approach to a project
Next
From: Daniel Popowich
Date:
Subject: order of trigger firing relative to column/table constraints