|
This page contains all of the posts and discussion on MemeStreams referencing the following web page: MySQL vs. PostgreSQL. You can find discussions on MemeStreams as you surf the web, even if you aren't a MemeStreams member, using the Threads Bookmarklet.
|
MySQL vs. PostgreSQL by Lost at 6:02 pm EDT, Oct 28, 2005 |
I’m often asked, “Do you prefer PostgreSQL or MySQL?” My answer is always the same: “It’s a matter of preference.” You could ask many developers the same question, and their responses will all be different. Here is a comparison of MySQL and PostgreSQL databases, offered not for the sake of voicing my opinion, but to help you make your own decision.
|
|
RE: MySQL vs. PostgreSQL by k at 6:27 pm EDT, Oct 28, 2005 |
Jello wrote: I’m often asked, “Do you prefer PostgreSQL or MySQL?” My answer is always the same: “It’s a matter of preference.” You could ask many developers the same question, and their responses will all be different. Here is a comparison of MySQL and PostgreSQL databases, offered not for the sake of voicing my opinion, but to help you make your own decision.
He spent a full article saying what my initial reaction was : It's not a matter of preference, it's a matter of application.. MySQL is faster, but less featureful and compliant. PostgreSQL is slow but is closer to ANSI compliance and has more features. Like any tool, in any domain, use whichever one best fits the application at hand. |
|
|
|