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

Popular posts from this blog

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -