Purpose of "computer" section in MySQL Cluster 7.2?
- by dpk
According to the cluster documentation, you can either define data nodes with:
[ndbd]
NodeId=n
HostName=1.2.3.4
or
[ndbd]
NodeId=n
ExecuteOnComputer=m
[computer]
Id=m
HostName=1.2.3.4
I don't see a substantial difference between the two. The documentation has this to say:
The [computer] section has no real significance other than serving…