MySQL Forums
Forum List  »  NDB clusters

Re: ERROR 1114 (HY000): The table '#sql-46db_7' is full
Posted by: Daniel Smythe
Date: February 09, 2012 08:07AM

Hi there,

Montgomery has made a really useful post about this in the past:

http://forums.mysql.com/read.php?25,506267,506452#msg-506452

See if that helps you out.

Otherwise, you should watch your ndb_mgm -e "ALL REPORT MEM" output while you alter the table to make sure you're not actually running out of DataMemory or IndexMemory.

Its probably either you're running out of Data|IndexMemory, or that you have hit a partition maximum and need to have more partitions.

Cheers~
Dan

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: ERROR 1114 (HY000): The table '#sql-46db_7' is full
3432
February 09, 2012 08:07AM


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.