MySQL Forums
Forum List  »  InnoDB

Re: Query id on SHOW INNODB STATUS
Posted by: Rick James
Date: April 08, 2012 08:18AM

innodb_flush_log_at_trx_commit | 0 -- 2 might be better.

innodb_buffer_pool_size | 7,516,192,768 -- you have at least 12GB of RAM, correct?

innodb_lock_wait_timeout | 1000 -- I suggest this is excessive. 50 is the default; I question whether that value is too high. With 1000, troubles can last for 17 minutes!

| Innodb_buffer_pool_read_requests | 15605704134 |
| Innodb_buffer_pool_reads | 628244 |
Good caching for reads

Sorry, none of this answers your original question. The 1000 may have impact on your underlying question that led you to look at INNODB STATUS.

Options: ReplyQuote


Subject
Views
Written By
Posted
9542
April 05, 2012 03:47AM
3029
April 05, 2012 07:20AM
2786
April 06, 2012 09:05PM
3661
April 07, 2012 04:22AM
Re: Query id on SHOW INNODB STATUS
2858
April 08, 2012 08:18AM
2258
April 08, 2012 11:38AM
2734
April 09, 2012 07:51AM
2368
April 10, 2012 06:04AM


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.