Answer the question
In order to leave comments, you need to log in
Will the load decrease if I move the table to another ssd?
There is a server that has an ssd disk with a website and mysql on the same server, the load on ssd during peak hours is close to 100% (looked at atop). If you add another ssd and put some tables (inndob) on it, this, in theory, should unload the first ssd? Are there any pitfalls of such a solution? This is still much cheaper than making a separate server for mysql.
Addition:
According to atop, I see that the load on ssd comes almost exclusively from mysql, that is, it turns out that if you take one additional server purely from mysql, then this entire load will simply go to the new server and will also load ssd there. Am I talking right?
Addendum 2:
Output of atop -r -D for the last 10 minutes is here
The database is constantly writing, deleting, updating data, a lot, so I think the disk is loaded, if you look at the show process list in mysql, then queries that take more than a second are very rare. There are several tables with tens/hundreds of millions of rows. Removed the superfluous indexes already.
Answer the question
In order to leave comments, you need to log in
This is still much cheaper than making a separate server for mysql.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question