MySQL Forums
Forum List  »  Memory Storage Engine

Re: No Limits - Memory Engine
Posted by: Rick James
Date: March 04, 2013 09:28PM

max_heap_table_size is the max for each MEMORY table.
A PARTITIONed table is effectively a set of sub-tables.
So max_heap_table_size is really the limit on each sub-table.
Do a query something like this in order to see the partition details:
SELECT * FROM PARTITIONS WHERE TABLE_NAME = 'callstack';

Options: ReplyQuote


Subject
Views
Written By
Posted
7983
March 04, 2013 12:59AM
Re: No Limits - Memory Engine
3089
March 04, 2013 09:28PM
2690
March 06, 2013 09:17AM
2652
March 07, 2013 11:25PM
2797
March 10, 2013 12:04PM
2519
March 20, 2013 07:19PM
2574
March 18, 2013 07:38AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.