tags:

views:

13

answers:

0

I am a newbie to mysql and trying to understand innodb specifically. I need to understand how exactly innodb is laying out the tables in disk, which index blocks it is putting in cache, size consumption and estimation of the indexes and table records.

Is there any tool that can analyze a given set of innodb tables and give me the above information? More specifically, looking for a reverse engineering tool.

-Ethan