J
J
Jaive2016-04-01 19:27:28
MySQL
Jaive, 2016-04-01 19:27:28

MySQL and high loads?

As far as I know, MySQL does not perform well under heavy loads. If so, I would like to know the reason and compare this DBMS with another one (PostgreSQL, MS SQL, Oracle) in highly loaded projects.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander N++, 2016-04-01
@sanchezzzhak

even google uses mysql, though apparently modified (fix fixes are available. )
even facebook uses mysql,
I’m silent about VK .. (although everyone cackles there that they have their own DBMS)
The company has a project of 8M requests per day, regular mysql
Rested when there were brakes in PHP, too ate a lot.
They sawed out (partially) PHP was replaced with bare ngnix + mysql = profit.
What is it for?
Problems need to be addressed as they come up. Here the project will shoot further, you will already think.

G
Grigory Esin, 2016-04-01
@xotey83

Tell someone at badoo that mysql is not suitable for "heavy" workloads.
And in general, what is a "high" load? How much, how, where?
The "muscle" is fine with maintaining "loads", if properly configured, use denormalized tables, arrange indexes, profile queries, and so on. The same applies to any other DBMS. Otherwise, nothing will save you from the brakes.
Do not engage in premature optimization and read less Soviet newspapers.

M
Maxim Grechushnikov, 2016-04-01
@maxyc_webber

google: mysql vs postgres

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question