So recently I was able to implement MySQL as datastore from my website, my question is will it be able to handle a lot of players lets say I have an average of 10,000 players.
- Will the MySQL datastore be able to keep up with 10,000 players daily with the HttpService
- Is there a limit to how much data I can store in MySQL, lets say I insert 10,000+ rows a day?
- Will my MySQL datastore be vulnerable to exploit and how?