InterviewSolution
| 1. |
How Does Postgresql Compare To Mysql? |
|
Answer» This is a topic that can start SEVERAL hours of DISCUSSION. As a quick summary, MySQL is the “easy-to-use, web developer” database, and PostgreSQL is the “feature-rich, standards-compliant” database. PostgreSQL is liberally licensed and owned by its COMMUNITY; MySQL is GPL-licensed and owned by Oracle. Beyond that, each database user should make his own evaluation; open source SOFTWARE MAKES doing comparisons very easy. This is a topic that can start several hours of discussion. As a quick summary, MySQL is the “easy-to-use, web developer” database, and PostgreSQL is the “feature-rich, standards-compliant” database. PostgreSQL is liberally licensed and owned by its community; MySQL is GPL-licensed and owned by Oracle. Beyond that, each database user should make his own evaluation; open source software makes doing comparisons very easy. |
|