Re: Is there a meaningful benchmark?

From: Scott Marlowe <scott(dot)marlowe(at)gmail(dot)com>
To: "Will Rutherdale (rutherw)" <rutherw(at)cisco(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Is there a meaningful benchmark?
Date: 2009-03-27 20:07:31
Message-ID: dcc563d10903271307n4e9cf62ak5abef80875a80725@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Mar 27, 2009 at 10:32 AM, Will Rutherdale (rutherw)
<rutherw(at)cisco(dot)com> wrote:
>
> Incidentally, in case people are interested in hearing the follow-up to
> my original message, my home-cooked benchmark with lots of processes
> doing tons of updates seemed to initially show MyISAM winning over
> Postgres.
>
> However I spent some time reading what I could from the manual on
> performance improvement and realized that commits might be an issue.  I
> moved a commit() call out of the main loop, and bang!  Postgres showed a
> substantial performance advantage over MyISAM.

This is one of those areas where postgresql acts very differently from
other dbs. In lots of other dbs big transactions are the performance
killer. In PostgreSQL big transactions are the way to get better
performace.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Will Rutherdale (rutherw) 2009-03-27 20:27:03 Re: Is there a meaningful benchmark?
Previous Message John R Pierce 2009-03-27 17:59:16 Re: Postgresql On Windows