Re: PostgreSQL is much faster than MySQL, only when... - Mailing list pgsql-general

From Marek Lewczuk
Subject Re: PostgreSQL is much faster than MySQL, only when...
Date
Msg-id 3FC46285.3030804@lewczuk.com
Whole thread Raw
In response to Re: PostgreSQL is much faster than MySQL, only when...  (Robert Treat <xzilla@users.sourceforge.net>)
List pgsql-general
Użytkownik Robert Treat napisał:
> On Tue, 2003-11-25 at 08:07, Marek Lewczuk wrote:
>
>
> Yes. I think the gist of your post was "out of the box postgresql
> performed like garbage compared to mysql, but then i spent some time
> tweaking and tuning, taking advantage of indexes, and now it performs so
> quickly that i am unable to make any changes within mysql to match
> postgresql's performance"
Exactly. But as I wrote before - tweaking and tuning wasn't so
important... You cannot use the same db structure in both databases -
even if you think that all indexes, keys are well for MySQL it could be
not sufficient for PostgreSQL. Many people use the same structure and
they see that PostgreSQL is slower... so I just wanted to tell them,
that it is necessary to re-check structure which will be used with PG.


>
> I'm curious as to what type of application you run and what first
> prompted you to switch to postgresql?
It's analysis system for automotive market. There are many complicated
querys, with many joins... PostgreSQL is much more flexible, more
powerful and more stable than MySQL. There are also many other features
which are just not available in MySQL...

>
> Robert Treat





pgsql-general by date:

Previous
From: Tom Lane
Date:
Subject: Re: TIMEZONE not working?
Next
From: Baldur Norddahl
Date:
Subject: Re: duplicate primary key entries?