4 way multi-master replication
I have question, i am trying to set up 4 way multi-master replication. I was wondering what is the best strategy to generate ID's between four hosts?
I notice Stackoverflow and several blogs mention this formula to generate sequence numbers.
Sequence Number = n*d+m+offset.
What is the best practice for generating ID's?