N
N
Nikita Neskuchaev2018-04-17 17:06:39
MySQL
Nikita Neskuchaev, 2018-04-17 17:06:39

How to store and fetch a large number of messages?

How to build a database architecture so that you can safely store users' private messages?
As is usually done in the social. networks? Do splitting into databases and splitting tables by months, quarters, years?
What mechanics are usually used, broken down by users or by time?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
Lazy @BojackHorseman MySQL, 2018-04-17
Tag

correctly, this process is called partitioning.
they do it in such a way as to reduce the maximum requests to one partition

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question