MySQL Forums
Forum List  »  Optimizer & Parser

PARTITION table ADD INDEX ERROR 1041 (HY000) Out of memory
Posted by: Andre Mikulec
Date: March 05, 2014 05:38PM

Hi,

I have a 1 million record table in a MySQL 5.6.14 on a Windows XP machine
of 4 GB of RAM.

I have been creating 'spinnoff' LIST PARTITIONed tables.
Each again has 1 million records ( the same records )

One has 280 partitions
I load data.
I ADD INDEX.

The other has 360 partitions
I load data.
I ADD INDEX.

The final has 4730 paritions.
I load data.
I 'try to' ADD INDEX

Instead I get the following error.

ERROR 1041 (HY000): Out of memory; check if mysqld or some other process uses all available memory

What my.ini intialization parameter should I try adjust?

Thank you,
Andre Mikulec
Andre_Mikulec@Hotmail.com

Options: ReplyQuote


Subject
Views
Written By
Posted
PARTITION table ADD INDEX ERROR 1041 (HY000) Out of memory
4232
March 05, 2014 05:38PM


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.