MySQL too slow
#2

Do you really need to save everything on a query? Use something like:
  • Player Action that modifies his/her info
  • Modifing the array that stores the player info
  • Executing a query to save the new value
For example:
  • Player buys something
  • Modify the money from array / variable
  • Execute a query to update money in MySQL table
Reply


Messages In This Thread
MySQL too slow - by NikolaSRB - 02.09.2017, 10:37
Re: MySQL too slow - by 10MIN - 02.09.2017, 10:56
Re: MySQL too slow - by NikolaSRB - 02.09.2017, 11:06
Re: MySQL too slow - by Vince - 02.09.2017, 11:46
Re: MySQL too slow - by NikolaSRB - 02.09.2017, 11:54
Re: MySQL too slow - by Vince - 02.09.2017, 12:07
Re: MySQL too slow - by NikolaSRB - 02.09.2017, 12:11
Re: MySQL too slow - by NikolaSRB - 02.09.2017, 12:43
Re: MySQL too slow - by Vince - 02.09.2017, 12:58
Re: MySQL too slow - by NikolaSRB - 02.09.2017, 12:59

Forum Jump:


Users browsing this thread: 1 Guest(s)