Posts: 534
Threads: 265
Joined: Jul 2014
Hi,
I want to ask.
Is there any difference if i do mysql query and use string a very big? i mean it'is will call for query in speed?
Posts: 534
Threads: 265
Joined: Jul 2014
But when i'am saving i need about 5000 cells, because i save a lot and impossible to make less.
Posts: 10,066
Threads: 38
Joined: Sep 2007
Reputation:
0
*sigh*
Of course it is possible to make less! You don't need to save ALL data ALL the time. Save the data you need, when you need to, and leave the rest untouched. It probably also means that your tables are poorly structured and poorly optimized. I've written large SQL procedures for my SQL examination that don't even go over 1000 characters, so you needing more than 5000 is really rather strange.
Posts: 534
Threads: 265
Joined: Jul 2014
I save when player disconnect when i can save in other time? in commands or other way player can spam it.