Having too many database queries, is it a problem in the future?

fa1thDEV

Knight
Customer
I have a question, if the server has many extensions (5 in this case), that always make queries to Char_VAR, is it possible that it generates inconveniences?

400 players online for example, and per person have 4 queries
 
I have a question, if the server has many extensions (5 in this case), that always make queries to Char_VAR, is it possible that it generates inconveniences?

400 players online for example, and per person have 4 queries
No, it's an extremely fast system. You also mainly use them at certain events. An event-driven system can't overload the server very much unless you have infinite loops and other beginner mistakes there.
 
Back
Top