[Feature] Transaction isolation that supports the Serializable isolation level #4616
Open
2 tasks done
Labels
enhancement
New feature or request
Search before asking
Motivation
Currently, the transaction isolation level of paimon is snapshot level. For the following concurrent modification scenarios, incorrect data may occur
The output result may be any of
1, 'b', 'a'
1, 'a', 'c'
or1, 'b', 'c'
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
The text was updated successfully, but these errors were encountered: