I now have a user record table, which specially records the like behavior of users. I now divide the like table into four tables, five processes write data at the same time, and now the writing speed is the fastest 0.06s, 0.08s the slowest 0.12s,
I would like to ask the general actual production environment mysql to insert a piece of data, what is the time limit?
I want mysql to write concurrently, reading can reach 200, what should I do?
take apart the table a little more.