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
8378
March 04, 2013 12:59AM
Re: No Limits - Memory Engine
3196
March 04, 2013 09:28PM
2840
March 05, 2013 12:02PM
2805
March 06, 2013 09:17AM
2875
March 07, 2013 03:21AM
2770
March 07, 2013 11:25PM
2738
March 09, 2013 09:28AM
2908
March 10, 2013 12:04PM
2754
March 11, 2013 10:39PM
2623
March 20, 2013 07:19PM
2664
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.