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';
Subject
Views
Written By
Posted
7575
March 04, 2013 12:59AM
Re: No Limits - Memory Engine
2972
March 04, 2013 09:28PM
2619
March 05, 2013 12:02PM
2561
March 06, 2013 09:17AM
2665
March 07, 2013 03:21AM
2544
March 07, 2013 11:25PM
2515
March 09, 2013 09:28AM
2699
March 10, 2013 12:04PM
2524
March 11, 2013 10:39PM
2427
March 20, 2013 07:19PM
2488
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.