Re: Comparative performance

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Joe <svn(at)freedomcircle(dot)net>
Cc: Andreas Pflug <pgadmin(at)pse-consulting(dot)de>, pgsql-performance(at)postgresql(dot)org
Subject: Re: Comparative performance
Date: 2005-10-04 22:16:40
Message-ID: 20051004221640.GI40138@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

On Tue, Oct 04, 2005 at 05:11:19PM -0400, Joe wrote:
> Hi Jim,
>
> Jim C. Nasby wrote:
> >Also, just because no one else has mentioned it, remember that it's very
> >easy to get MySQL into a mode where you have no data integrity. If
> >that's the case it's going to be faster than PostgreSQL (though I'm not
> >sure how much that affects the performance of SELECTs).
>
> Yes indeed. When I added the REFERENCES to the schema and reran the
> conversion scripts, aside from having to reorder the table creation and
> loading (they used to be in alphabetical order), I also found a few
> referential integrity errors in the MySQL data.

Data integrity != refferential integrity. :) It's very easy to
accidentally get MyISAM tables in MySQL, which means you are nowhere
near ACID which also means you can't get anything close to an apples to
apples comparison to PostgreSQL.
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2005-10-04 22:19:12 Re: SELECT LIMIT 1 VIEW Performance Issue
Previous Message Joe 2005-10-04 21:37:30 Re: Comparative performance