TheINNODB_BUFFER_POOL_STATStable provides much of the same buffer pool information provided inSHOW ENGINE INNODB STATUSoutput. Much of the same information may also be obtained usingInnoDBbuffer poolserver status variables. The idea of making pages in the buffer pool“young”or“not young”refer...
SCHEMA CREATETEMPORARYTABLE`INNODB_BUFFER_POOL_STATS`(`POOL_ID`int(11)unsignedNOTNULL,`POOL_SIZE`bigint(21)unsignedNOTNULL,`FREE_BUFFERS`bigint(21)unsignedNOTNULL,`DATABASE_PAGES`bigint(21)unsignedNOTNULL,`OLD_DATABASE_PAGES`bigint(21)unsignedNOTNULL,`MODIFIED_DATABASE_PAGES`bigint(21)unsigned...
INNODB_BUFFER_POOL_STATS テーブルには、次のカラムがあります: POOL_ID バッファープール ID。 これは、複数のバッファープールインスタンスを区別する識別子です。 POOL_SIZE InnoDB バッファープールのサイズ (ページ単位)。 FREE_BUFFERS InnoDB バッファープール内の空きページの...