Re: PostgreSQL vs. MySQL: fight - Mailing list pgsql-advocacy

From Alvaro Herrera
Subject Re: PostgreSQL vs. MySQL: fight
Date
Msg-id 20070803163639.GE9478@alvh.no-ip.org
Whole thread Raw
In response to Re: PostgreSQL vs. MySQL: fight  (Lukas Kahwe Smith <smith@pooteeweet.org>)
Responses Re: PostgreSQL vs. MySQL: fight
List pgsql-advocacy
Lukas Kahwe Smith wrote:
> Greg Smith wrote:
>
>> I tried to keep the text punchy by hitting the important points and
>> leaning heavily on references in lieu of trying to include all the details
>> in the document.  I feel like the "Join Complexity" section is still a
>> little lightweight and could use more input.  I'm happy with the rest, but
>> they could certainly benefit from some review by others.  Josh in
>> particular should take a look at how I covered the recent Sun benchmark
>> results to make sure I'm fairly characterizing those.
>
> One major difference of MySQL is that it provides SQL hints. This
> alleviates the issues with slow complex joins, but is obviously a dangerous
> tool if not used wisely. That being said, it can often be a very quick fix,
> whereas in PostgreSQL you do not have such tools if you ever need them.

Which probably partly explains our optimizer is so much better (the
other part being that Tom is so damn smart).

--
Alvaro Herrera                                http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

pgsql-advocacy by date:

Previous
From: Lukas Kahwe Smith
Date:
Subject: Re: PostgreSQL vs. MySQL: fight
Next
From: David Fetter
Date:
Subject: Re: PostgreSQL vs. MySQL: fight