05.08.2011, 20:38
So let's say i have a need to search all of the accounts on my server for a specific value.
Would it be faster to do it by opening files (if it was a .ini system) or by a query (if it was a MySQL system)?
Im asking this because i will have that need in the future, and if my need is done faster by MySQL i would switch to it.
I hope you understand what i meant...
Would it be faster to do it by opening files (if it was a .ini system) or by a query (if it was a MySQL system)?
Im asking this because i will have that need in the future, and if my need is done faster by MySQL i would switch to it.
I hope you understand what i meant...