Page 1 of 1

MySQL working, question

Posted: Tue Dec 02, 2014 4:30 pm
by Berkas
I have one question about mysql working.
I created in characters table 15 my custom fields, like example how much mob killed player etc.
This can effect lags, stability etc.?
Better create example another custom table where will be custom info?

Re: MySQL working, question

Posted: Tue Dec 02, 2014 4:44 pm
by Zealar
Is matter how much often you called it do you cache it somewhere and stuff like that. If not sure better use separate table.

Re: MySQL working, question

Posted: Tue Dec 02, 2014 4:49 pm
by Berkas
Zealar wrote:Is matter how much often you called it do you cache it somewhere and stuff like that. If not sure better use separate table.
Thanks, I doing right now it!