MySQL vs PostgreSQL for Web Applications
Posted
by cnu
on Stack Overflow
See other posts from Stack Overflow
or by cnu
Published on 2008-08-26T05:05:35Z
Indexed on
2010/03/12
23:47 UTC
Read the original article
Hit count: 339
I am working on a web application using Python (Django) and would like to know whether MySQL or PostgreSQL would be better when deploying for production.
In one podcast Joel said that he had some problems with MySQL and the data wasn't consistent.
I would like to know whether someone had any such problems. Also when it comes to performance which can be easily tweaked?
© Stack Overflow or respective owner