If I cluster 2 nodes together, from my experiments and reading on the Internet, I understand that Node A will be like a βmasterβ Node and Node B will copy the tables if I want them, (Otherwise, it will simply access them remotely .)
What happens if Node B drops? Does it just restore data that has been changed since the last time?
Also, if Node A happens. Is it possible to use Node B? If so, if the data is changed to Node B, does Node make a copy for itself? So far, I understand that Node A does not care about what Node B says, but someone will tell me that I am wrong.
source share