Technologies/MySQL/mysql.innodb.ibuf_size
MySQLMySQLMetric

mysql.innodb.ibuf_size

Insert buffer size, as shown in the INSERT BUFFER AND ADAPTIVE HASH INDEX section of the SHOW ENGINE INNODB STATUS output.
Dimensions:None
Available on:DatadogDatadog (1)
Interface Metrics (1)
DatadogDatadog
Insert buffer size, as shown in the INSERT BUFFER AND ADAPTIVE HASH INDEX section of the SHOW ENGINE INNODB STATUS output.
Dimensions:None
Related Insights (1)
InnoDB Insert Buffer Merge Backloginfo

InnoDB change buffer (insert buffer) accumulating changes faster than they can be merged to secondary indexes. Large change buffer improves write performance but can cause read stalls and long crash recovery times.