This blog presents a new toolkit to assist in Dimensioning of
MySQL Cluster.
The toolkit consists of two parts:
- ndb_record_size
- a spreadsheet to assist in calculating the amount of storage
needed etc.
The ndb_record_size and the spreadsheets can be downloaded
here.
ndb_record_size is a program that calculates the amount of
storage (IndexMemory, DataMemory, Disk space (for disk data
table)) that is needed for a particular table in a database. The
program takes into account the storage overhead needed when
calculating the record size.
There are two versions of the spreadsheet, one for MySQL Cluster
6.2, and one for MySQL Cluster 6.3. The main difference is that
the spreadsheet for MySQL Cluster 6.3 takes into account
compression of LCP and Backups if you chose to …