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

ios - Fragment Shader GLSL for texture, color and texture/color -

iphone - Dismissing a UIAlertView -

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