Comparison PostgreSQL vs MySQL database server
Both are open source databases. This is old debate. Yes no one can expect one database fits all your jobs.
To choose between the two databases, you need to understand whether you need the transaction support of Postgres or the large-text-area support in MySQL.
From the article:
It's interesting that the two databases appear to be converging to meet in the middle somewhere. While MySQL is working on adding transaction support and slowly adding features like subselects, Postgres is making progress in the performance and stability.
It compare two databases using following points:
- SQL standard COMPLIANCE
- PLATFORMS
- Speed
- STABILITY
- DATA INTEGRITY
- SPECIAL server-side FEATURES
- Security
- LOCKING and CONCURRENCY SUPPORT
- LARGE OBJECTS etc
A good read (little old too) but don't forget to make some test running before selecting your database.
Want to stay up to date with the latest Linux tips, news and announcements? Subscribe to our free e-mail newsletter or RSS feed to get all updates.
You can Email this page to a friend.
You may also be interested in other helpful articles:
- Quickly Backup / dump MySql / Postgres database to another remote server securely
- Howto Backup PostgreSQL Databases Server With pg_dump command
- Download of the day: PostgreSQL 8.3 Database Server
- Save time use MySQL auto completion for database or table names
- PostgreSQL get back storage occupied by deleted tuples or records
Discussion on This Article:
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


There’s a WikiVS page on this topic. It has a lot of up-to-date information:
http://www.wikivs.com/wiki/MySQL_vs_PostgreSQL
Plus, you can contribute to the comparisons, wiki-style.