Counting query size
#1

Hello guys, i have a typical easy question for MySQL. How much cells should i use for a query?

Example:
"SELECT * FROM `reports` WHERE `Name` = '%e'"
Result: 43(string size) + MAX_PLAYER_NAME around 50 cells for this query?
So my question is how to count query size? Should i count String size + MAX_PLAYER_NAME (if it is required) or something else?
Reply


Messages In This Thread
Counting query size - by vassilis - 17.09.2016, 15:30
Re: Counting query size - by Shinja - 17.09.2016, 15:42
Re: Counting query size - by Spmn - 17.09.2016, 15:54
Re: Counting query size - by vassilis - 17.09.2016, 16:01
Re: Counting query size - by Gammix - 17.09.2016, 16:07
Re: Counting query size - by Konstantinos - 17.09.2016, 16:09
Re: Counting query size - by vassilis - 17.09.2016, 16:13

Forum Jump:


Users browsing this thread: 1 Guest(s)