| Performance compare PostgreSQL vs MySQL [message #742] |
Sat, 17 February 2007 11:59  |
howachen Messages: 7 Registered: February 2007 |
Junior Member |
|
|
Not many info. on the Internet comparing their performance in real world usage, anyone with experience want to comment?
|
|
|
| Re: Performance compare PostgreSQL vs MySQL [message #744 is a reply to message #742 ] |
Sat, 17 February 2007 13:53   |
Peter Messages: 405 Registered: August 2006 |
Senior Member Super Guru |
|
|
There is no such thing as real world usage, there are thousands of applications in real world and all of them are different.
In general you can build efficient application with both database systems, it is the question of your experience, bias and particular requirements. For example PostgreSQL often handles complex queries better while MySQL has power of multiple storage engines.
Peter Zaitsev, MySQL Performance Expert
MySQL Performance Blog - http://www.mysqlperformanceblog.com
MySQL Consulting http://www.mysqlperformanceblog.com/mysql-consulting/
|
|
|
|
| Re: Performance compare PostgreSQL vs MySQL [message #765 is a reply to message #764 ] |
Wed, 21 February 2007 16:35   |
Peter Messages: 405 Registered: August 2006 |
Senior Member Super Guru |
|
|
Well,
It is as usually a lot of marketing talk. In reality you should look into what is important for your particular application and make a choice based on this information.
Too often however people do not like to spend time investigating and simply base decisions on rumors which can be outdated such as "MySQL does not support transactions" or silly "MySQL does not work with tables more than 10.000 rows"
MySQL is not perfect as any other Database Solution but be careful reading marketing talk as it usually only highlights benefits of home made solutions and not speaking about drawbacks.
Peter Zaitsev, MySQL Performance Expert
MySQL Performance Blog - http://www.mysqlperformanceblog.com
MySQL Consulting http://www.mysqlperformanceblog.com/mysql-consulting/
|
|
|
|