I am planning to implement a table checksum mechanism to validate that replication has occured between two master to master MySQL server. But before I know that hashing function always carry a collision risk and I would like to assess the risks of a collision scenario happening. Does anyone have any information to share or links to similar assessment.
My opinion is that the checksum of the same table on 2 replicated server we could basically neglect the risk of collision but I want facts to prove my assumption.