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
9711
March 04, 2013 12:59AM
Re: No Limits - Memory Engine
4155
March 04, 2013 09:28PM
3179
March 05, 2013 12:02PM
3656
March 06, 2013 09:17AM
3222
March 07, 2013 03:21AM
3723
March 07, 2013 11:25PM
3036
March 09, 2013 09:28AM
3188
March 10, 2013 12:04PM
3049
March 11, 2013 10:39PM
3606
March 20, 2013 07:19PM
3627
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.