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 -

Python Tornado package error when running server -

Qt QGraphicsScene is not accessable from QGraphicsView (on Qt 5.6.1) -