database - formula for mysql performance with number of queries -
database - formula for mysql performance with number of queries -
is there formula relates number of queries , impact on response time mysql database?
or other simple understanding can know how much our website can hold depends on number of hits.
do
set profiling=1;
run query , do:
show profiles;
mysql database
Comments
Post a Comment