MySQL vs PostgreSQL for a web app — thoughts?
|
admin
Joined: Feb 2026
|
Feb 6, 2026 at 12:09 pm
Building a web application in PHP and trying to decide on a database. MySQL seems to be the default choice for PHP but PostgreSQL supposedly handles complex queries better and has more features. For a community/forum type site with maybe 10,000 users eventually, which would you recommend? |
|
admin
Joined: Feb 2026
|
Feb 6, 2026 at 2:09 pm
MySQL is the practical choice for PHP. Better documentation, more PHP tutorials use it, easier to set up, and more hosts support it. Unless you need advanced SQL features, go MySQL. |
|
admin
Joined: Feb 2026
|
Feb 6, 2026 at 4:09 pm
PostgreSQL is more standards-compliant and handles concurrent writes better. But for a forum with 10k users, MySQL 4.x will be absolutely fine. |
Log in to post a reply.