Skip to content

The INNODB_BUFFER_PAGE_BASIC table

darnaut edited this page Nov 15, 2012 · 4 revisions

The INNODB_BUFFER_PAGE_BASIC table provides a simple and fast way to retrieve the set of index pages in the InnoDB buffer pool. It is basically a more lightweight variation of INNODB_BUFFER_PAGE that minimizes the amount of data that needs to be processed and materialized.

Column name Description
SPACE Tablespace ID.
PAGE_NUMBER Page number.