MySQL Forums
Forum List  »  NDB clusters

Re: Mysql cluster NDB 7.4.11 disk data storage strange behavior
Posted by: Mikael Ronström
Date: August 18, 2016 09:55PM

Even a table like this stored on disk will still have some parts in memory.
It will contain a hidden primary key index for starters.
Effectively this index will consume about 32 bytes of space in DataMemory
and around 16 bytes of memory in IndexMemory per row.
Also remember that you need the memory for the disk page cache which
by default is 64 MByte in size.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Mysql cluster NDB 7.4.11 disk data storage strange behavior
772
August 18, 2016 09:55PM


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.