Mysql doesn't keep up with the server
#4

What do you mean by database design ? I am using R38 mysql plugin.

Edit: This is how a query looks like in my server:
Код HTML:
new rquery[256];
     format(rquery, sizeof(rquery), "UPDATE `users` SET `Commands`='%d' WHERE `ID`='%d'", PlayerInfo[playerid][pCommands], PlayerInfo[playerid][pSQLID]);
     mysql_query(SQL, rquery);
Update: Because a lot of people were connecting at the same time the mysql couldn't keep up with the server . We don't have cache .
Reply


Messages In This Thread
Mysql doesn't keep up with the server - by SirFulgeruL - 26.08.2016, 22:04
Re: Mysql doesn't keep up with the server - by OnlYgEnyUS - 26.08.2016, 22:10
Re: Mysql doesn't keep up with the server - by nickdodd25 - 26.08.2016, 23:13
Re: Mysql doesn't keep up with the server - by SirFulgeruL - 27.08.2016, 04:30

Forum Jump:


Users browsing this thread: 1 Guest(s)