diff --git a/src/dbCode/Bigtable.txt b/src/dbCode/Bigtable.txt index 8e753c3..011f4b7 100644 --- a/src/dbCode/Bigtable.txt +++ b/src/dbCode/Bigtable.txt @@ -43,4 +43,8 @@ SELECT * FROM information_schema.INNODB_CMPMEM; select count(*) as count_row from big_table; -select count(*) as count_row from key_block_size_8; \ No newline at end of file +select count(*) as count_row from key_block_size_8; + +-- For the console +-- SELECT * FROM information_schema.INNODB_CMPMEM\G +-- SELECT * FROM information_schema.INNODB_CMP\G \ No newline at end of file