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
Subject: Re: Justifying a PG over MySQL approach to a project
Date: 2009-12-18 19:19:17
Message-ID: 4B2BD5B5.2050809@boreham.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Lincoln Yeoh wrote:
> It seems you currently can only control outbound traffic from an
> interface, so you'd have to set stuff on both interfaces to "shape"
> upstream and downstream - this is not so convenient in some network
> topologies.
This is more a property of the universe than the software ;)

However, there are tricks that can be used with a virtual nic driver to
give the effect of 'inbound' shaping
in the case that you don't have control over the sending interface.
In our project we deployed a dedicated shaping machine with a bunch of
nics that connected to each test hosts.
Then wrote scripts to setup the shaping and the test host routing to
emulate the desired network characteristics.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Alex - 2009-12-18 20:11:05 PL/Perl Performance Problems
Previous Message Lincoln Yeoh 2009-12-18 19:10:56 Re: Justifying a PG over MySQL approach to a project