Re: Database performance comparison paper.

From: Guido Neitzer <lists(at)event-s(dot)net>
To: Postgresql General <pgsql-general(at)postgresql(dot)org>
Subject: Re: Database performance comparison paper.
Date: 2007-02-20 15:19:07
Message-ID: 6400CFE6-3304-4082-B46F-357CB6033272@event-s.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Am 19.02.2007 um 17:49 schrieb Jan Wieck:

> Oh, this one wasn't about raw speed of trivial single table
> statements like all the others?

No, it wasn't. They also tested the insert performance of a system
without foreign keys and without transactions (MySQL MyISAM) against
systems with foreign key handling and transactions.

It would be more or less the same, if you compare copy against insert
performance on PostgreSQL and state that insert should be as fast as
copy without saying why.

Btw: these guys claim to be database consultants.

cug

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Bruce Momjian 2007-02-20 15:21:21 Re: Password issue revisited
Previous Message Ian Harding 2007-02-20 15:17:37 Re: How would you handle updating an item and related stuff all at once?