查看mysql索引樹的高度

SELECT b.NAME, a.NAME, index_id, type, a.space, a.PAGE_NO FROM information_schema.INNODB_SYS_INDEXES a, information_schema.INNODB_SYS_TABLES b WHERE a.table_id = b.table_id AND a.space <> 0;web
相關文章
相關標籤/搜索