It says nothing about how long it takes to process a query (service time);
it tells you on average how often queries come in (arrival rate). If the
service time is such that an arriving query is finished before the next one
arrives, you aren't in terrible shape as far as the queue of waiting queries
goes. If queries arrive while the previous query is still being served, then
all is lost because the queue will grow to infinity.

That's a very simplistic overview, there's an entire branch of statistics
devoted to this sort of thing.

Regards,

Jerry Schwartz
Global Information Incorporated
195 Farmington Ave.
Farmington, CT 06032

860.674.8796 / FAX: 860.674.8341


> -----Original Message-----
> From: C.R.Vegelin [mailto:[EMAIL PROTECTED]
> Sent: Friday, April 06, 2007 4:46 AM
> To: Christophe Gregoir
> Cc: mysql@lists.mysql.com
> Subject: Re: question about "Queries per second avg"
>
> Thanks Christophe,
>
> Question rephrased:
> how do you explain 0.05 q/s = 20 s/q
> with an immediate response ?
>
> Cor
>
> ----- Original Message -----
> From: "Christophe Gregoir" <[EMAIL PROTECTED]>
> To: "C.R.Vegelin" <[EMAIL PROTECTED]>
> Cc: <mysql@lists.mysql.com>
> Sent: Friday, April 06, 2007 8:35 AM
> Subject: Re: question about "Queries per second avg"
>
>
> > C.R.Vegelin wrote:
> >> ...
> >> How should I interpret "Queries per second avg" ?
> >>
> >
> >
> > How about as 'queries per second on average' :)
> >
>
>
> --
> MySQL General Mailing List
> For list archives: http://lists.mysql.com/mysql
> To unsubscribe:
> http://lists.mysql.com/[EMAIL PROTECTED]
>
>




-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to