The big advantage MySQL had, which is rapidly fading, is that it was easily available on cPanel and Plesk hosts, which postgres was not. There was a time that that was 95% of non-expensive hosting. Back in the era when PHP was everything, that was a big deal. Now, not so much. If you have to support self-install people on cheap hosting, it can still matter, but that is a vanishing goal these days Answer from StoneCypher on reddit.com
🌐
Reddit
reddit.com › r/node › why do you choose mysql over postgres?
r/node on Reddit: Why do you choose MySQL over Postgres?
January 3, 2022 -

MySQL is most popular SQL database, what benefits does it offer over Postgres?

Postgres seems to have more features, let me not bring in full list. One feature, for example: database migrations can be wrapped into transaction, so if one query in migration fails - whole migration fails.

Do you know MySQL features not available for Postgres, could you share?

Postgres seems to be faster, benchmarks, I heard Postgres has better support of SQL standards, it has awesome plugins such as postgis, there seems to be more tools and services for it, "postgrest", "postgraphile".

MySQL is not officially supported for many linux distros, I'm using Arch Linux and some articles suggests that MariaDB is a recommended drop-in replacement for MySQL, but it's not really a drop-in replacement and I had install not officially supported MySQL package.

People also ask

Which is better for web applications, PostgreSQL or MySQL?
MySQL has historically dominated web applications. WordPress, Drupal, and Joomla all use MySQL by default. PostgreSQL is increasingly used for web apps that require complex data types, advanced querying, or high concurrency.
🌐
integrate.io
integrate.io › home › blog › big data integration › postgresql vs mysql: the critical differences
PostgreSQL vs MySQL: The Critical Differences | Integrate.io
Is PostgreSQL harder to learn than MySQL?
Yes, generally. MySQL is simpler to set up and manage, making it the preferred choice for beginners and smaller teams. PostgreSQL offers more features but requires more configuration and expertise, particularly around storage engines, indexing strategies, and PL/pgSQL.
🌐
integrate.io
integrate.io › home › blog › big data integration › postgresql vs mysql: the critical differences
PostgreSQL vs MySQL: The Critical Differences | Integrate.io
Does PostgreSQL support MySQL syntax?
No. PostgreSQL and MySQL use different SQL dialects and are not syntax-compatible. The key postgresql vs mysql syntax differences include UPSERT syntax (ON DUPLICATE KEY UPDATE in MySQL versus ON CONFLICT DO UPDATE in PostgreSQL), string functions, date and time handling, auto-increment column syntax, and JSON operator syntax. Most ORM frameworks abstract these differences at the application layer, but raw SQL queries, stored procedures, and database-specific features all require migration work.
🌐
tech-insider.org
tech-insider.org › home › software › postgresql vs mysql 2026: the definitive database comparison
PostgreSQL vs MySQL: 5 Benchmarks Reveal the Winner [2026]
🌐
IBM
ibm.com › think › topics › postgresql-vs-mysql
PostgreSQL vs. MySQL: What’s the Difference? | IBM
November 17, 2025 - In summary, there are distinct uses for both PostgreSQL and MySQL, and the choice between them depends upon enterprise objectives and resources. In general, PostgreSQL is a more robust, advanced database management system, well-suited for an ...
🌐
Integrate.io
integrate.io › home › blog › big data integration › postgresql vs mysql: the critical differences
PostgreSQL vs MySQL: The Critical Differences | Integrate.io
June 9, 2026 - PostgreSQL is an open-source Object-Relational Database Management System (ORDBMS) built for complex queries, large datasets, and concurrent read-write operations. MySQL is an open-source Relational Database Management System (RDBMS) optimized ...
🌐
Fivetran
fivetran.com › blog › postgresql-vs-mysql
PostgreSQL vs. MySQL: Differences in performance and uses
May 27, 2026 - MySQL uses a relational design, while PostgreSQL is an object-relational database. Relational systems store data in basic tables, while object-relational databases handle more complex structures and custom data types.
Find elsewhere
🌐
GeeksforGeeks
geeksforgeeks.org › mysql › difference-between-mysql-and-postgresql
MySQL vs. PostgreSQL - GeeksforGeeks
June 12, 2026 - MySQL is known for its simplicity, speed and ease of use. PostgreSQL is known for its advanced features, extensibility and standards compliance.
🌐
Hacker News
news.ycombinator.com › item
Ask HN: Is PostgreSQL better than MySQL? | Hacker News
April 29, 2023 - Now I know that MySQL is the most popular (because there's a banner on mysql.com that says so! /s), and I get the sense that on raw speed alone, it's probably faster (this is purely anecdotal), but folks that use PostgreSQL speak about it with an air of superiority · So I'm hoping some of ...
🌐
DBConvert blog
dbconvert.com › blog › mysql-vs-postgres-in-2024
MySQL vs Postgres in 2024.
February 24, 2025 - PostgreSQL dominates in 2023, yet MySQL still appeals to learners. In 2024, PostgreSQL aims to improve sharding, logical replication, while MySQL focuses on availability, security, and analytics.
🌐
Tech Insider
tech-insider.org › home › software › postgresql vs mysql 2026: the definitive database comparison
PostgreSQL vs MySQL: 5 Benchmarks Reveal the Winner [2026]
3 weeks ago - MySQL had held the top spot for years, buoyed by its dominance in LAMP-stack applications, WordPress installations, and the sprawling ecosystem of PHP-driven web platforms. But the developer community has been quietly voting with its keyboards, and the verdict is clear: PostgreSQL’s combination of SQL standards compliance, advanced type system, extensibility, and increasingly competitive performance has made it the default choice for modern application development.
🌐
CrowdStrike
crowdstrike.com › en-us › cybersecurity-101 › observability › postgresql-vs-mysql
PostgreSQL vs MySQL | CrowdStrike
October 11, 2024 - MySQL uses a relational database architecture. It stores and provides access to data points related to one another. PostgreSQL uses an object-relational database architecture.
🌐
Kunal Ganglani
kunalganglani.com › home › blog › postgresql vs mysql in 2026: why the debate is already over [compared]
PostgreSQL vs MySQL (2026): 7 Reasons Postgres Wins
1 month ago - It's now the most popular database among professional developers for the second year running, its extension ecosystem lets you add geospatial, time-series, and AI vector search without extra infrastructure, and its defaults around transactions and SQL compliance just make more sense for modern applications. If you're starting a new project in 2026, PostgreSQL is the clear choice. MySQL still works fine for existing apps, but the momentum has decisively shifted.
🌐
Percona
percona.com › home › blog › mysql vs postgresql: key features and use cases
MySQL vs PostgreSQL: Differences, Similarities & Which is Better
February 1, 2024 - PostgreSQL stands out for its advanced features, such as support for complex queries, extensibility, and SQL standard compliance, making it the preferred database for applications that require extensive data processing and analytical capabilities. MySQL and PostgreSQL are two advanced open source relational database management systems that provide for strong data integrity, support for ACID (Atomicity, Consistency, Isolation, Durability) features, and a variety of programming language interfaces.
🌐
Quora
quora.com › Which-is-best-between-MySQL-and-PostgreSQL-and-why
Which is best between MySQL and PostgreSQL and why? - Quora
Answer (1 of 16): back in the 1990s the answer I’d have given was this: “MySQL is small, fast, simple and runs happily on sub 64MB memory machines for a lot of trivial applications whilst PgSQL is vastly more capable but requires more memory and CPU” In the 2020s the answer I’d give ...
🌐
Meltano
meltano.com › blog › postgresql-vs-mysql-10-key-differences
PostgreSQL vs. MySQL: 10 Key Differences
April 15, 2026 - PostgreSQL supports complex SQLs such as INTERSECT, FULL OUTER JOINS and EXCEPT. It also supports the INSTEAD OF trigger. MySQL doesn’t support any of the above, but it does support IFNULL and ISNULL functions.
🌐
Neon
neon.com › postgresql › tutorial › vs-mysql
PostgreSQL vs. MySQL: A Comprehensive Comparison
MySQL has been famous for its ease of use and speed, whereas PostgreSQL boasts many advanced features, earning it the reputation of an open-source counterpart to Oracle Database.
🌐
Liquibase
liquibase.com › resources › guides › postgresql-vs-mysql
PostgreSQL vs MySQL 2025: Complete Database Comparison
The performance battle between these databases is like comparing Mario's balanced stats to Sonic's pure speed focus. According to recent benchmarks, PostgreSQL is crushing it with speeds about 1.6 times faster than MySQL across most operations, ...
🌐
NetCom Learning
netcomlearning.com › blog › postgresql-vs-mysql
PostgreSQL vs MySQL (2026): Key Differences, Detailed Comparison, & Performance Insights
April 15, 2026 - Compare PostgreSQL vs MySQL in terms of performance, features, and AWS use cases. Learn which database is best for your business and how to choose in 2026.