Zezicla Posted October 28, 2013 Posted October 28, 2013 if im gone host more then 1000 players should i use MyISAM or InnoDBor even 1 player what should i use MyISAM or InnoDB ? Quote
Asura Posted October 29, 2013 Posted October 29, 2013 Hi Zezicla, If you truly have 1000 players, with a lot of data in MySQL; InnoDB is what you should be using. MyISAM is quicker when you have less SQL data, however, if your database exceeds GB; then you'll see that queries begin to lock up from time to time... causing lag. That is where InnoDB outperforms MyISAM, when your SQL database is extremely large; it does not lock up. Quote
Question
Zezicla
if im gone host more then 1000 players should i use MyISAM or InnoDB
or even 1 player what should i use MyISAM or InnoDB ?
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.