MySQL Forums
Forum List  »  Performance

Re: Migration 4.0 to 4.1 performance problem
Posted by: Daniel Nichter
Date: September 13, 2005 11:17AM

Is your query cache on? I'm trying to account for all the question/second. DMS + Com_ = 93 of 343. Query cache hits would add some more (because qc hits are not counted as Com_select hits). The 37 connections/second adds in too, but that's still only like 130 questions/second. If your qc is on, it should be doing 213 hits/s. If it's not, I'm curious were all this activity is coming from. "mysqlreport -qc" will show the qc stuff if qc is on.

The value of Questions does add up perfectly from what's available via SHOW STATUS, as is discussed in http://hackmysql.com/com_quit . By extension, it seems the questions/second should too.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Migration 4.0 to 4.1 performance problem
1701
September 13, 2005 11:17AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.