MySQL Forums
Forum List  »  NDB clusters

Re: NDBCluster memory usuage
Posted by: Mikael Ronström
Date: December 13, 2016 08:00AM

From the configuration one can conclude that you have around 6M rows in your
database (around 15 bytes of IndexMemory per row).

If you have 1 GByte data size then your rows are around 170 bytes per row.
There is a around 24 bytes of overhead per row and another around 15 bytes
per row per ordered index. Given that your DataMemory uses about 16GB of
memory one can conclude that you use about 2670 bytes per row. So it takes
quite a few indexes to reach this.

Other things you could be doing is that you could have defined some
attribute types as fixed size strings or you could have a lot of
BLOBs that doesn't store any data.

So look in your schema for solutions. It could also be related to data
that was inserted and later deleted.

Options: ReplyQuote


Subject
Views
Written By
Posted
1230
December 08, 2016 11:25AM
639
December 08, 2016 08:02PM
Re: NDBCluster memory usuage
658
December 13, 2016 08:00AM
686
December 13, 2016 09:22AM
639
December 15, 2016 09:04AM
570
December 16, 2016 10:27AM
538
December 23, 2016 05:00AM
574
December 23, 2016 09:39AM


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.