A
A
Arioch2019-07-25 05:17:59
MySQL
Arioch, 2019-07-25 05:17:59

PostgreSQL - what is the _practical_ difference from MySQL in the context of a regular web application (forum, blog)?

I would like to understand this without really reading the docks and holivars:
- Is there any motive to make a new project on Postgre instead of the usual MySQL?
That is, there is a real practical meaning?
Or are they the same and it is better to work with what is more familiar?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Sergey Gornostaev, 2019-07-25
@sergey-gornostaev

If there is no difference, choose PostgreSQL. Because when the difference appears, you don't have to migrate.

O
OnYourLips, 2019-07-25
@OnYourLips

I usually write DBMS-agnostic code (tests in sqlite in parallel, prod in MySQL), for me there is no difference.
MySQL performs better out of the box with minimal settings on a typical business project.
For you - depends on your tasks.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question