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

Problems using disk data tables (6 replies)

$
0
0
Hi,
We recently installed MySQL Cluster but we have a problem. Our database has 8GB so we need to configure a disk data tables.

In config.ini(ndb_mgmd config) we put:
InitialLogFileGroup = name=lg_1; undo_buffer_size=200M; undo1.log=500M; undo2.log=500M
InitialTablespace = name=ts_1; extent_size=1M; data1.dat=5G; data2.dat=10G


In "ndb_mgm -e report all memory" we get :
ndb_mgm> all report memory;
Connected to Management Server at: 193.230.184.214:1186
Node 2: Data usage is 49%(4733 32K pages of total 9600)
Node 2: Index usage is 3%(1415 8K pages of total 38432)
Node 3: Data usage is 100%(4800 32K pages of total 4800)
Node 3: Index usage is 7%(1415 8K pages of total 19232)

ndb_mgm>


So data usage on node 3 is full since usage on node 2 is 49% used.

How can we increes the storage of database to 15 GB ?

Thanks very much.

Viewing all articles
Browse latest Browse all 1562

Trending Articles



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