Re: Benchmarking PGSQL?

From: "Merlin Moncure" <mmoncure(at)gmail(dot)com>
To: "Luke Lonergan" <llonergan(at)greenplum(dot)com>
Cc: "Krishna Kumar" <kumar(dot)ramanathan(at)gmail(dot)com>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Benchmarking PGSQL?
Date: 2007-02-15 13:39:10
Message-ID: b42b73150702150539p98ffd60m1127a2aeb158085c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On 2/14/07, Luke Lonergan <llonergan(at)greenplum(dot)com> wrote:
> Hi Merlin,
>
> On 2/14/07 8:20 AM, "Merlin Moncure" <mmoncure(at)gmail(dot)com> wrote:
>
> > I am curious what is your take on the maximum insert performance, in
> > mb/sec of large bytea columns (toasted), and how much if any greenplum
> > was able to advance this over the baseline. I am asking on behalf of
> > another interested party. Interested in numbers broken down per core
> > on 8 core quad system and also aggreate.
>
> Our approach is to attach a segment to each core, so we scale INSERT
> linearly on number of cores. So the per core limit we live with is the
> 10-20MB/s observed here. We'd like to improve that so that we get better
> performance with smaller machines.
>
> We have demonstrated insert performance of 670 MB/s, 2.4TB/hour for
> non-toasted columns using 3 load machines against 120 cores. This rate was
> load machine limited.
>
> WRT toasted bytea columns we haven't done any real benchmarking of those.
> Do you have a canned benchmark we can run?

Interested in how fast you can insert binary objects (images, files,
etc). into the database as a file storage system. Ultimately the
insertions would all be done via libpq ExecPrepared/Params. A simple
benchmark such as insert a 1mb object via pg_bench over 20 or so
connections would be fine. Mostly interested in raw throughput per
core and especially interested if you can beat stock pg on the same
hardware.

merlin

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Richard Huxton 2007-02-15 14:01:42 Re: Problem with joining queries.
Previous Message Konstantinos Krikellas 2007-02-15 12:58:33 Problem with joining queries.