Hi all,
If you have in the config.ini file of a management node, a SQL node declared with 2 API like this:
[MYSQLD]
id=16
HostName=192.168.1.2
[MYSQLD]
id=17
HostName=192.168.1.2
And in /etc/my.cnf file of this SQL node, you have declared "ndb-cluster-connection-pool=2", which means that this SQL node has 2 simultaneus API to use, does this mean that this SQL node will have 2 threads of mysqld running??
I think so, but I'm not sure of this relation. Can anyone confirm??
Thanks and greetings, David.
If you have in the config.ini file of a management node, a SQL node declared with 2 API like this:
[MYSQLD]
id=16
HostName=192.168.1.2
[MYSQLD]
id=17
HostName=192.168.1.2
And in /etc/my.cnf file of this SQL node, you have declared "ndb-cluster-connection-pool=2", which means that this SQL node has 2 simultaneus API to use, does this mean that this SQL node will have 2 threads of mysqld running??
I think so, but I'm not sure of this relation. Can anyone confirm??
Thanks and greetings, David.