I have an in-memory table specified using engine=MEMORY. What command can I run to find out how much space it is currently taking? What about the maximum size?
I have an in-memory table specified using engine=MEMORY. What command can I run to
Share
Where tablename is the name of the table you want to check.