Re: PostgreSQL vs. MySQL: fight
От
Lukas Kahwe Smith
Тема
Re: PostgreSQL vs. MySQL: fight
Дата
Msg-id
46B356C9.2010002@pooteeweet.org
Ответ на
Re: PostgreSQL vs. MySQL: fight (Greg Smith)
Список
Дерево обсуждения
PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Chris Mair <chris@1006.org>
Re: PostgreSQL vs. MySQL: fight Dave Page <dpage@postgresql.org>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight Alvaro Herrera <alvherre@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight Magnus Hagander <magnus@hagander.net>
Re: PostgreSQL vs. MySQL: fight Dave Page <dpage@postgresql.org>
Re: PostgreSQL vs. MySQL: fight "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight "Harald Armin Massa" <haraldarminmassa@gmail.com>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight "Simon Riggs" <simon@2ndquadrant.com>
Re: PostgreSQL vs. MySQL: fight Dave Page <dpage@postgresql.org>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight Alvaro Herrera <alvherre@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight "Jonah H. Harris" <jonah.harris@gmail.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight David Fetter <david@fetter.org>
Re: PostgreSQL vs. MySQL: fight "Shashank Tripathi" <shashank.tripathi@gmail.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight Alvaro Herrera <alvherre@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Florian Weimer <fweimer@bfk.de>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight Decibel! <decibel@decibel.org>
Re: PostgreSQL vs. MySQL: fight Jeff Davis <pgsql@j-davis.com>
Re: PostgreSQL vs. MySQL: fight "Jonah H. Harris" <jonah.harris@gmail.com>
Re: PostgreSQL vs. MySQL: fight "Joshua D. Drake" <jd@commandprompt.com>
Re: PostgreSQL vs. MySQL: fight Greg Smith <gsmith@gregsmith.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight Jeff Davis <pgsql@j-davis.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
Re: PostgreSQL vs. MySQL: fight "Pavel Stehule" <pavel.stehule@gmail.com>
Re: PostgreSQL vs. MySQL: fight Josh Berkus <josh@agliodbs.com>
Re: PostgreSQL vs. MySQL: fight Decibel! <decibel@decibel.org>
Re: PostgreSQL vs. MySQL: fight David Fetter <david@fetter.org>
Re: PostgreSQL vs. MySQL: fight "Jonah H. Harris" <jonah.harris@gmail.com>
Re: PostgreSQL vs. MySQL: fight Gregory Stark <stark@enterprisedb.com>
Re: PostgreSQL vs. MySQL: fight Lukas Kahwe Smith <smith@pooteeweet.org>
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. regards, Lukas
В списке pgsql-advocacy по дате отправления