If I want to break down what types of queries my server is handling
(INSERT/DELETE/UPDATE/etc) I can look at the Com_* values provided by SHOW
STATUS. If I sum up the Com_* values I get a number much larger than the
value of Questions. My guess is that this is because REPLACE executes both
an INSERT and DELETE at times. Can anyone shed some light on how Questions
relates to Com_*?

Thanks!
Lance

sql,query,sql,query,sql,query,sql,query


---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to