MVCC 多版本时间线

Snapshot isolation + write skew detection

ts=0ts=5ts=10ts=15ts=20ts=25ts=30pricev=100 (xid=0)v=200 (xid=1)T1snap=10commit=25T2snap=12commit=18

证券交易系统对账时,清算 tx 拿 T-3 快照,无视盘中实时变化,保证报告口径一致。PG 17 的 SI 实现以此为典型应用。