MySQL Forums
Forum List  »  NDB clusters

Re: Mysql cluster NDB 7.4.11 disk data storage strange behavior
Posted by: Jon Stephens
Date: August 02, 2016 11:11AM

1M is not realistic for data memory or index memory. There is always going to be some overhead. There are NDB system tables required for operation and other factors--for example, every NDB table has an implicit ("hidden") primary key.

The fact that the cluster is using some memory has no relation to whether or not it is storing the data on disk. For that information, you should examine the INFORMATION_SCHEMA.FILES table. (Make sure you're checking the NDB section and not the InnoDB section.) There are some example queries there to help you.

cheers,

Jon Stephens
MySQL Documentation Team @ Oracle

MySQL Dev Zone
MySQL Server Documentation
Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql cluster NDB 7.4.11 disk data storage strange behavior
812
August 02, 2016 11:11AM


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.