SlideShare a Scribd company logo
Mastering InnoDB Diagnostics Harrison Fisk Senior Principal Technical Support Engineer
Overview Lots of information Hard to understand
Easy to get overwhelmed Hard to figure out what is useful
Two methods for troubleshooting Symptom based What we will be doing today Data based
Information Sources
Sources MySQL info SHOW ENGINE INNODB STATUS
InnoDB monitors
SHOW GLOBAL STATUS
INFORMATION_SCHEMA  tables SHOW PROCESSLIST
SHOW MUTEX STATUS OS info vmstat / iostat  or Performance Monitor
Gdb ( Poor mans profiler (PMP))
OS specific tools
SHOW INNODB STATUS Be careful of truncation innodb_status_file
Table monitors Ensure enough time has passed
Exact format varies InnoDB built-in
InnoDB plugin
XtraDB
Data Dictionary
Problems InnoDB: Error: table test/parent already exists in InnoDB internal InnoDB: data dictionary. Have you deleted the .frm file InnoDB: and not used DROP TABLE? InnoDB: Cannot find table test/child2 from the internal data dictionary InnoDB: of InnoDB though the .frm file for the table exists. Maybe you InnoDB: have deleted and recreated InnoDB data files but have forgotten InnoDB: to delete the corresponding .frm files of InnoDB tables? Various errors about not being in sync
Can't drop and/or create tables or databases
Example errors:
Diagnostics InnoDB table monitor Dumps InnoDB data dictionary
Output to error log
CREATE TABLE innodb_table_monitor (id int) ENGINE=innodb;
Interpreting Ignore system tables Named  SYS_ Ignore hidden fields from InnoDB DB_ROW_ID
DB_TRX_ID
DB_ROLL_PTR Ignore hidden indexes GEN_CLUST_INDEX
Solutions Ensure  .frm  matches InnoDB Create  .frm  as needed Create another table with same structure
Copy  .frm  to the name of the table Drop orphaned  .frm  files If not in InnoDB
Remove them
Crashing
Problem mysqld Crash Signal 11 Segfault Signal 6 Abort
InnoDB loves this one May not actually notice immediately mysqld_safe restarts
Diagnostics Error log Hopefully it has info in it Core file Not enabled by default
OS often restricts setuid cores /proc/sys/fs/suid_dumpable
coreadm   General log When all else fails
Interpreting Error log Error log Look for signal type Signal 11
Signal 6 Backtrace May or may not be present OS

More Related Content

PDF
Pldc2012 innodb architecture and internals
PDF
MySQL 5.7: Core Server Changes
PDF
Inno db internals innodb file formats and source code structure
PPTX
cPanelCon 2014: InnoDB Anatomy
PDF
Inno Db Internals Inno Db File Formats And Source Code Structure
PDF
Data Organization in InnoDB
PDF
InnoDB Architecture and Performance Optimization, Peter Zaitsev
PPT
15 Ways to Kill Your Mysql Application Performance
Pldc2012 innodb architecture and internals
MySQL 5.7: Core Server Changes
Inno db internals innodb file formats and source code structure
cPanelCon 2014: InnoDB Anatomy
Inno Db Internals Inno Db File Formats And Source Code Structure
Data Organization in InnoDB
InnoDB Architecture and Performance Optimization, Peter Zaitsev
15 Ways to Kill Your Mysql Application Performance

What's hot (20)

PDF
Toro DB- Open-source, MongoDB-compatible database, built on top of PostgreSQL
PDF
Really Big Elephants: PostgreSQL DW
PDF
Case Studies on PostgreSQL
PDF
PGConf.ASIA 2019 Bali - Upcoming Features in PostgreSQL 12 - John Naylor
PDF
Get to know PostgreSQL!
PDF
Optimizing MySQL
PDF
12cR2 Single-Tenant: Multitenant Features for All Editions
PDF
Troubleshooting Complex Performance issues - Oracle SEG$ contention
PDF
Mysql 57-upcoming-changes
PPTX
Ceph - High Performance Without High Costs
PPTX
Get More Out of MySQL with TokuDB
PDF
What's New in PostgreSQL 9.6
 
PDF
[db tech showcase Tokyo 2017] A11: SQLite - The most used yet least appreciat...
PDF
Building Hybrid data cluster using PostgreSQL and MongoDB
PDF
Online MySQL Backups with Percona XtraBackup
PDF
2 gb or not 2gb file limits in oracle
PDF
MySQL 5.7 milestone
PPTX
VLDB Administration Strategies
PDF
Highly efficient backups with percona xtrabackup
PDF
SSD Deployment Strategies for MySQL
Toro DB- Open-source, MongoDB-compatible database, built on top of PostgreSQL
Really Big Elephants: PostgreSQL DW
Case Studies on PostgreSQL
PGConf.ASIA 2019 Bali - Upcoming Features in PostgreSQL 12 - John Naylor
Get to know PostgreSQL!
Optimizing MySQL
12cR2 Single-Tenant: Multitenant Features for All Editions
Troubleshooting Complex Performance issues - Oracle SEG$ contention
Mysql 57-upcoming-changes
Ceph - High Performance Without High Costs
Get More Out of MySQL with TokuDB
What's New in PostgreSQL 9.6
 
[db tech showcase Tokyo 2017] A11: SQLite - The most used yet least appreciat...
Building Hybrid data cluster using PostgreSQL and MongoDB
Online MySQL Backups with Percona XtraBackup
2 gb or not 2gb file limits in oracle
MySQL 5.7 milestone
VLDB Administration Strategies
Highly efficient backups with percona xtrabackup
SSD Deployment Strategies for MySQL
Ad

Viewers also liked (20)

PDF
Extensible Data Modeling
PDF
MySQL Group Replication
PPTX
Mysql参数-GDB
PDF
MySQL Replication Performance Tuning for Fun and Profit!
PDF
MySQL High Availability with Group Replication
PPT
Mysql high availability and scalability
PDF
Galera cluster for high availability
PDF
A New Architecture for Group Replication in Data Grid
PDF
MySQL Best Practices - OTN LAD Tour
PDF
SQL Outer Joins for Fun and Profit
PDF
MySQL High Availability Solutions
PDF
MySQL High Availability and Disaster Recovery with Continuent, a VMware company
PDF
MySQL InnoDB 源码实现分析(一)
ODP
Mysql For Developers
PDF
Using Apache Spark and MySQL for Data Analysis
PDF
Java MySQL Connector & Connection Pool Features & Optimization
PDF
MySQL 5.7: Focus on InnoDB
PPTX
MySQL aio
PDF
MySQL InnoDB Cluster and Group Replication - OSI 2017 Bangalore
PDF
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Extensible Data Modeling
MySQL Group Replication
Mysql参数-GDB
MySQL Replication Performance Tuning for Fun and Profit!
MySQL High Availability with Group Replication
Mysql high availability and scalability
Galera cluster for high availability
A New Architecture for Group Replication in Data Grid
MySQL Best Practices - OTN LAD Tour
SQL Outer Joins for Fun and Profit
MySQL High Availability Solutions
MySQL High Availability and Disaster Recovery with Continuent, a VMware company
MySQL InnoDB 源码实现分析(一)
Mysql For Developers
Using Apache Spark and MySQL for Data Analysis
Java MySQL Connector & Connection Pool Features & Optimization
MySQL 5.7: Focus on InnoDB
MySQL aio
MySQL InnoDB Cluster and Group Replication - OSI 2017 Bangalore
Percona XtraDB Cluster vs Galera Cluster vs MySQL Group Replication
Ad

Similar to Mastering InnoDB Diagnostics (20)

PPT
jacobs_tuuri_performance
PDF
Measuring Firebird Disk I/O
ODP
MySQL HA
PDF
Debugging ZFS: From Illumos to Linux
PPTX
Drupal Backend Performance and Scalability
PDF
Optimizing LAMPhp Applications
PPTX
Introductiontoasp netwindbgdebugging-100506045407-phpapp01
PDF
MySQL Oslayer performace optimization
PDF
Java File I/O Performance Analysis - Part I - JCConf 2018
PPT
Sql server performance tuning and optimization
PPTX
Python mongo db-training-europython-2011
PPT
Hadoop architecture (Delhi Hadoop User Group Meetup 10 Sep 2011)
ODP
Experience In Building Scalable Web Sites Through Infrastructure's View
PDF
All About Storeconfigs
PDF
DrupalCampLA 2011: Drupal backend-performance
PPT
Hadoop Architecture
PDF
What is new in MariaDB 10.6?
PPTX
Web scale MySQL at Facebook (Domas Mituzas)
ODP
Pro PostgreSQL, OSCon 2008
ODP
New Oracle Infrastructure2
jacobs_tuuri_performance
Measuring Firebird Disk I/O
MySQL HA
Debugging ZFS: From Illumos to Linux
Drupal Backend Performance and Scalability
Optimizing LAMPhp Applications
Introductiontoasp netwindbgdebugging-100506045407-phpapp01
MySQL Oslayer performace optimization
Java File I/O Performance Analysis - Part I - JCConf 2018
Sql server performance tuning and optimization
Python mongo db-training-europython-2011
Hadoop architecture (Delhi Hadoop User Group Meetup 10 Sep 2011)
Experience In Building Scalable Web Sites Through Infrastructure's View
All About Storeconfigs
DrupalCampLA 2011: Drupal backend-performance
Hadoop Architecture
What is new in MariaDB 10.6?
Web scale MySQL at Facebook (Domas Mituzas)
Pro PostgreSQL, OSCon 2008
New Oracle Infrastructure2

Recently uploaded (20)

PDF
Diabetes mellitus diagnosis method based random forest with bat algorithm
PDF
Spectral efficient network and resource selection model in 5G networks
PDF
Encapsulation_ Review paper, used for researhc scholars
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PDF
MIND Revenue Release Quarter 2 2025 Press Release
PPTX
cloud_computing_Infrastucture_as_cloud_p
PDF
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
PDF
A comparative analysis of optical character recognition models for extracting...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
NewMind AI Weekly Chronicles - August'25-Week II
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
Univ-Connecticut-ChatGPT-Presentaion.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
Network Security Unit 5.pdf for BCA BBA.
PPTX
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
PPT
Teaching material agriculture food technology
PDF
Mushroom cultivation and it's methods.pdf
PPTX
Tartificialntelligence_presentation.pptx
PPTX
1. Introduction to Computer Programming.pptx
PPTX
OMC Textile Division Presentation 2021.pptx
Diabetes mellitus diagnosis method based random forest with bat algorithm
Spectral efficient network and resource selection model in 5G networks
Encapsulation_ Review paper, used for researhc scholars
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
MIND Revenue Release Quarter 2 2025 Press Release
cloud_computing_Infrastucture_as_cloud_p
Build a system with the filesystem maintained by OSTree @ COSCUP 2025
A comparative analysis of optical character recognition models for extracting...
Building Integrated photovoltaic BIPV_UPV.pdf
NewMind AI Weekly Chronicles - August'25-Week II
Mobile App Security Testing_ A Comprehensive Guide.pdf
Univ-Connecticut-ChatGPT-Presentaion.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
Network Security Unit 5.pdf for BCA BBA.
TechTalks-8-2019-Service-Management-ITIL-Refresh-ITIL-4-Framework-Supports-Ou...
Teaching material agriculture food technology
Mushroom cultivation and it's methods.pdf
Tartificialntelligence_presentation.pptx
1. Introduction to Computer Programming.pptx
OMC Textile Division Presentation 2021.pptx

Mastering InnoDB Diagnostics