6 messages in com.mysql.lists.clusterndb OPTIMIZE
FromSent OnAttachments
samuel08 Sep 2006 02:08 
Mikael Ronström08 Sep 2006 03:24 
samuel08 Sep 2006 03:57 
Apostolos Pantsiopoulos08 Sep 2006 13:07 
komt...@livetext.com08 Sep 2006 18:51 
Apostolos Pantsiopoulos09 Sep 2006 06:46 
Subject:ndb OPTIMIZE
From:samuel (sam@gmail.com)
Date:09/08/2006 02:08:50 AM
List:com.mysql.lists.cluster

Hi all,

I'm just starting with myqsl cluster so first of all apologies if the question have already been answered. I've tried to find the answer but I couldn't...any link would be higly apreciated.

I'm using a compiled version of mysql 5.0.18 and I was wondering how to "emulate" the OPTIMIZE-like functions in the ndb storage engine. I recently deleted a large number of entries and I don't know if there's something I have to manually execute or the ndb cluster takes care itself of "everything". The "problem" is that even thoguh I have deleted the entries, I have run out of index memory and I can not (or it seems) to reuse this memory: my mysql APIs gives random errors about table full (sometimes it works and sometimes it does not).

I'm on the process of extending the memory but also considering the stability/performance of the disk storage for mysql 5.1 NDB...any link where I can get more info about this???