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
7711
March 04, 2013 12:59AM
Re: No Limits - Memory Engine
3004
March 04, 2013 09:28PM
2654
March 05, 2013 12:02PM
2592
March 06, 2013 09:17AM
2686
March 07, 2013 03:21AM
2568
March 07, 2013 11:25PM
2543
March 09, 2013 09:28AM
2723
March 10, 2013 12:04PM
2552
March 11, 2013 10:39PM
2451
March 20, 2013 07:19PM
2508
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.