2/20 打卡每日一题

OceanBase的分布式事务模型默认支持哪种隔离级别?
A. 读未提交(Read Uncommitted)
B. 读已提交(Read Committed)
C. 可重复读(Repeatable Read)
D. 串行化(Serializable)

正确答案是4!OceanBase默认采用串行化隔离级别,通过全局一致性快照和多版本并发控制(MVCC)确保事务的强一致性。