Why to choose PostgreSQL over MySQL ? Is PostgreSQL faster ?

Why to choose PostgreSQL over MySQL or Maria DB ? Is PostgreSQL faster ?
0
give a positive ratinggive a negative rating
12 Dec 2022 at 06:23 PM
Hi,

PostgreSQL is an object-relational database, while MySQL and MariaDB are purely relational databases.

Advantages of PostgreSQL:

  • Object oriented relational database (ORDBMS)
  • Supports more data types (arrays, json, maps etc.)
  • Offers more features (like Table partitioning, Point in time recovery etc.)
  • Is more suitable for using of complex queries and frequent write operations
  • Multi-version concurrency control


PostgreSQL can be faster mainly when making a complex operations. If you do mostly simple operations, you can get better performance with MySQL or MariaDB. These databases are more suitable for standard websites.
0
give a positive ratinggive a negative rating
05 Jan 2023 at 03:57 PM
Tim
Share on FacebookShare on TwitterShare on LinkedInSend email
x
x
2024 AnswerTabsTermsContact us