Quantcast
Channel: MySQL Forums - NDB clusters
Viewing all articles
Browse latest Browse all 1560

Another one Table is full, while DataMemory is still only 10% full (4 replies)

$
0
0
Hi,

Can anybody help us with the following problem.

We use mysql cluster only to have our tables in memory.

We have a table which contains about 60M rows (about 2 GB for data, 1.5 GB for indexes when using MyISAM).

Our MySQL Cluster is configured with 15GB DataMemory and 5GB IndexMemory (hardware itself has 32GB of ram with Red Hat linux running mysql cluster only). It is pretty enough to keep in memory this table, I think.

But while inserting the table data row by row we get 1114 error 'table ... is full' after inserting 40-45M of records. Both DataMemory & IndexMemory are less than 50% full after 40-45M of records there..

What can be wrong? Can anybody help us with this trouble?

Here is cluster config file:


[ndbd default]
NoOfReplicas=1
DataMemory=15G
IndexMemory=5G
NoOfFragmentLogFiles=480
MaxNoOfConcurrentOperations=1000000
TimeBetweenLocalCheckpoints=5
RedoBuffer=32M

[mysqld default]
[ndb_mgmd default]
[tcp default]

[ndb_mgmd]
HostName= localhost

[ndbd]
HostName= 127.0.0.1
DataDir= /var/lib/mysql-cluster

[mysqld]

Viewing all articles
Browse latest Browse all 1560

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>