S
S
SKEPTIC2019-12-07 22:20:45
Database
SKEPTIC, 2019-12-07 22:20:45

Slightly loaded system what to use as a DBMS?

I am writing a site where people will fight among themselves for virtual coins.
It is expected that there will be a table in the database called "lobbies" where there will be a lobby that a person can join.
A good option, it seems at first glance.
But then I thought: what will happen if there are not 10 or 100 such lobbies, but 10,000? And there will be 100,000 visitors.
Where to store such data? It seems to me that MySQL is not suitable for such a load.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Anton Ivanov, 2019-12-07
@Fly3110

MySQL, with proper database design, configuration and appropriate hardware, is suitable for both 1M users and 10M.

P
Pasechnik Kuzmich, 2019-12-07
@Hivemaster

In any unclear situation, use PostgreSQL.

V
Venya Babiyman, 2019-12-10
@vanyabrovaru

If you do not anticipate scaling this table to two, three, five (more than one) ... servers, then mysql will fit 100%.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question