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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -