Re: count number of reads/writes on table for optimisation purposes
Posted by: Rick James
Date: June 02, 2010 11:07PM

Not for a specific table.
SHOW GLOBAL STATUS LIKE 'Com%';
gives you a variety of statement counts. Do the SHOW before and after running some code, then take the diffs.

The slowlog gives you hints of what is taking the longest.

But none of this will necessarily have any bearing on which Engine. Would you like to show us the SHOW CREATE TABLE and some queries, especially SELECTs. With that, we might point out some relevant advantages/disadvantages of the Engines.

Options: ReplyQuote


Subject
Written By
Posted
Re: count number of reads/writes on table for optimisation purposes
June 02, 2010 11:07PM


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.