mysql - How to find current size (in memory) of table? -


I have an in-memory table specified using the engine = memory to know how much space I am currently taking I can get what command? What is the maximum size?

  show 'tablename' \ g  
P> Where table name is the name of the table that you want to see.


Comments