Information Schema INNODB_CMPMEM and INNODB_CMPMEM_RESET Tables
These tables provide status statistics on compressed pages within the buffer pool, useful for analyzing compression efficiency.
Column Name
Description
Example
SELECT * FROM information_schema.INNODB_CMPMEM\G
********************** 1. row **********************
page_size: 1024
buffer_pool_instance: 0
pages_used: 0
pages_free: 0
reloacation_ops: 0
relocation_time: 0See Also
PreviousInformation Schema INNODB_CMP and INNODB_CMP_RESET TablesNextInformation Schema INNODB_FT_BEING_DELETED Table
Last updated
Was this helpful?

