MySQL Forums
Forum List  »  Performance

Re: SELECT Intensive mysql running slow. Avg 2 second response time
Posted by: Muni Bajpai
Date: September 25, 2006 10:35AM

Toasty,

Thanks. Well actually let me rephrase the query itself does not take more than 2 seconds but there are locks on the table where the SELECT waits for the lock release takes more than 2 seconds

Also in the case that there is no lock contention visible by mtop. I see that the web page with no DB queries loads in less than a second while the one with DB queries takes about 3 seconds. The DB queries are through the php db class.

On an average there are selects happening 95% of the time and updates the rest.

vmstat shows that all the memory is buffered and the CPU load is never higher than 25%.

Thanks

Muni

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: SELECT Intensive mysql running slow. Avg 2 second response time
1715
September 25, 2006 10:35AM


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.