09.04.2017, 14:46
You should have split up / used another system to save the messages in the Database. You could have one table for all names that starts on "A" and another table with "B" and so on (depending on how many players u've got).
Also, you can read about load balancing. I don't think it's a good idea keeping all information in one table, especially when you have those amounts of data in it.
Also, you can read about load balancing. I don't think it's a good idea keeping all information in one table, especially when you have those amounts of data in it.