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...
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...
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”refers...
INNODB_BUFFER_POOL_STATSテーブルは、SHOW ENGINE INNODB STATUS出力で提供されるものと同じバッファープール情報の多くを提供します。 同じ情報の多くは、InnoDBバッファープールのサーバーステータス変数を使用して取得することもできます。
INNODB_BUFFER_POOL_STATS テーブルには、次のカラムがあります: POOL_ID バッファープール ID。 これは、複数のバッファープールインスタンスを区別する識別子です。 POOL_SIZE InnoDB バッファープールのサイズ (ページ単位)。 FREE_BUFFERS InnoDB バッファープール内の空きペー...