Re: [kris@obsecurity.org: Progress on scaling of FreeBSD on 8 CPU systems]

From: Scott Marlowe <smarlowe(at)g2switchworks(dot)com>
To: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Cc: "Jim C(dot) Nasby" <decibel(at)decibel(dot)org>, pgsql-performance(at)postgresql(dot)org
Subject: Re: [kris@obsecurity.org: Progress on scaling of FreeBSD on 8 CPU systems]
Date: 2007-03-02 16:35:01
Message-ID: 1172853301.20651.196.camel@state.g2switchworks.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Fri, 2007-03-02 at 09:01, Alvaro Herrera wrote:
> > From: Kris Kennaway <kris(at)obsecurity(dot)org>
>
> > We have recently made significant progress on optimizing for MySQL
> > running on an 8-core amd64 system. The graph of results may be found
> > here:
> >
> > http://www.freebsd.org/~kris/scaling/scaling.png
> >
> > This shows the graph of MySQL transactions/second performed by a
> > multi-threaded client workload against a local MySQL database with
> > varying numbers of client threads, with identically configured FreeBSD
> > and Linux systems on the same machine.
>
> Interesting -- the MySQL/Linux graph is very similar to the graphs from
> the .nl magazine posted last year. I think this suggests that the
> "MySQL deficiency" was rather a performance bug in Linux, not in MySQL
> itself ...

I rather think it's a combination of how MySQL does things and Linux not
being optimized to handle that situation.

It may well be that the fixes to BSD have simply moved the point at
which performance dives off quickly from 50 connections to 300 or
something.

I'd really like to see freebsd tested on the 32 thread Sun CPU that had
such horrible performance with linux, and with many more threads to see
if there's still a cliff there somewhere, and to see where postgresql's
cliff would be as well. After all, the most interesting part of
performance graphs are the ones you see when the system is heading into
overload.

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Scott Marlowe 2007-03-02 16:50:46 Re: strange performance regression between 7.4 and 8.1
Previous Message Alex Deucher 2007-03-02 16:14:15 Re: strange performance regression between 7.4 and 8.1