MySQL Forums
Forum List  »  NDB clusters

Re: Insert / deleting instead of insert if not exists or update. Hard disk usage.
Posted by: Daniel Fernandez
Date: January 16, 2013 08:58AM

I'll reply myself...
From the documentation: http://dev.mysql.com/doc/mysql-cluster-excerpt/5.1/en/mysql-cluster-limitations-limits.html
A DELETE statement on an NDB table makes the memory formerly used by the deleted rows available for re-use by inserts on the same table only. However, this memory can be made available for general re-use by performing a rolling restart of the cluster. See Section 7.5, “Performing a Rolling Restart of a MySQL Cluster”.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Insert / deleting instead of insert if not exists or update. Hard disk usage.
890
January 16, 2013 08:58AM


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.