开发者

What does the query 'show innodb status' in MySQL mean?

开发者 https://www.devze.com 2023-01-05 01:08 出处:网络
What does the query show innod开发者_StackOverflow社区b status return?From Show innodb status walkthrough

What does the query show innod开发者_StackOverflow社区b status return?


From Show innodb status walkthrough

SHOW INNODB STATUS is command which prints out a lot of internal Innodb performance counters, statistics, information about transaction processing and all kinds of other things. In MySQL 5 number of Innodb performance counters were exported and now available in SHOW STATUS output. Most of them are same as you previously could find in SHOW INNODB STATUS, there are however few which were not available before ...

0

精彩评论

暂无评论...
验证码 换一张
取 消