Re: XA transaction isolation level and ACID properties
Well, the documentation isn't telling me what isn't working. It just says I'm not achieving ACID properties, but what is "ACID" isn't even defined.
For instance, wikipedia defines isolation as "The isolation property ensures that the concurrent execution of transactions results in a system state that would be obtained if transactions were executed serially", but the only serialization level that strictly ensures that is the case is SERIALIZABLE.
So to re-iterate:
1. Are using isolation modes lower than READ REPEATED even considered "ACID" (in the context of the MYSQL docs) in the first place?
2. If so, what isolation properties, relative to the expectation of READ COMMITTED transactions, are violated by using XA transactions in READ COMMITTED isolation mode?
Subject
Views
Written By
Posted
2835
April 14, 2016 05:36PM
1050
April 15, 2016 03:33PM
1067
April 16, 2016 04:05PM
993
April 16, 2016 06:57PM
1037
April 18, 2016 12:17AM
942
April 18, 2016 10:25AM
1025
April 18, 2016 04:24PM
962
April 18, 2016 05:50PM
Re: XA transaction isolation level and ACID properties
1002
April 18, 2016 07:38PM
1149
April 18, 2016 10:48PM
1039
April 19, 2016 08:21AM
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.