Answer the question
In order to leave comments, you need to log in
What base to use for data storage from one million ROW and on 5 fields?
Everything is fine, but as soon as the database grows, problems begin, sometimes with communication, sometimes with backups.
Now there are 150 tables in the database, half have a million records and 3 fields, the rest have 500 thousand records, but 10 fields each.
And everything started to break down. More precisely, there is always no connection, it does not allow you to make a backup, then it falls, then it does not allow you to make a record. Now
mysql Ver 14.14 Distrib 5.7.16, for Linux (x86_64) using EditLine wrapper
!includedir /etc/mysql/conf.d/
!includedir /etc/mysql/mysql.conf.d/
[mysqldump]
max_allowed_packet = 16M
[mysqld]
max_allowed_packet = 16M
Answer the question
In order to leave comments, you need to log in
I won’t tell you anything about the settings, but mysql works well for me on much larger amounts of data in tens and hundreds of millions of rows in tables. Here it seems to me that the question is more in iron and loads. I have a Xeon hardware (I don't know the exact model) with a frequency of 6 × 2.0 GHz, 32 GB of RAM and a 4 × 120 GB SSD disk (RAID 10)
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question