MySQL Forums
Forum List  »  InnoDB

Re: Show innodb engine status tuning db server
Posted by: Frwa Onto
Date: October 07, 2013 09:06AM

Dear Rick,
Ok my knowledge the ibdata1 increase happen when I started to add quite a number of new indexes and nothing extra I did during that time.

In my application at anytime only
T1: UPDATE foo ... WHERE id = 123;
T2: UPDATE foo ... WHERE id = 987; in the transaction only one update foo .... where id=123 takes place so there is no chance for another update statement on the same table in 1 transaction I have checked that. I will go further and check for more indexes.

Options: ReplyQuote


Subject
Views
Written By
Posted
2482
September 15, 2013 09:37AM
Re: Show innodb engine status tuning db server
879
October 07, 2013 09:06AM


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.