MySQL Forums
Forum List  »  NDB clusters

How to insert large data when there is limitation on RAM
Posted by: sandhya rani
Date: February 10, 2009 06:12AM

Hi all,

Is there any alternative method for data storage in memory other than disk storage.

Suppose there is a limitation on the RAM used in the data nodes then, how to insert large data in memory?

We know that, all indexed columns and first 256 bytes of Blob/Text data is stored in memory (data and index memory). If there is no more space available in memory then, we get table full error, even when data and index memory are set to maximum value in config.ini based on available RAM.

So, even though we are employing disk data storage using cluster 6.3.20, we get table full error due to limitation on RAM. How to overcome this memory issue other than upgrading to higher RAM?

Looking forward for any suggestion in this regard.

Options: ReplyQuote


Subject
Views
Written By
Posted
How to insert large data when there is limitation on RAM
3391
February 10, 2009 06:12AM


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.