Whats new in NDB Cluster 8.0 version (8.0.23)
With new configuration variables introduced in NDB cluster
version 8.0.23, user now have more control in table partitioning.
Below are the new config variables that can influence the table
partitioning scheme:
- PartitionsPerNode
- ClassicFragmentation
PartitionsPerNode:
In earlier cluster versions, the default number of table
partitions is based on the number of LDM threads running on a
node multiplied by the number of data nodes in the cluster. User
can not set any random values to MaxNoOfExecThreads (#LDM) rather
the value should be less than or equal to NoOfFragmentLogParts.
With cluster version 8.0.23, user can have many no of LDM threads
assign to a data node.
The rationale is:
- Having many LDMs allows a data node to make good use of modern
hardware.
- Having one …