mysql - What kind of consistency guarantee does a multi-master-master innodb cluster gurantee? -
assume have multi-master innodb cluster (with 2 data nodes) clients make requests through mysql routers. suppose specific row on table in database updated on both nodes 2 clients @ same time. both nodes having different data in same row. how these kinds of conflicts reconciled in multi-master innodb cluster?
Comments
Post a Comment