MySQL Forums
Forum List  »  InnoDB

Re: XA transaction isolation level and ACID properties
Posted by: Aaron Staley
Date: April 16, 2016 04:05PM

I'm operating a cluster of a few dozen different database masters.

All application transactions occur at READ COMMITTED isolation level.

Application developers are wishing to commit data to multiple db masters in at least an eventually consistent fashion (ideally atomic, but what isn't acceptable is data being committed to db1 but failing to ever be committed to db2). I wish to build out the tooling to enable such a feature.

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.