2026-06-24 14:13 浏览次数 28
幻象读
a phantom read occurs when a transaction re-executes a query and finds a set of results changed since the last query due to another transaction that committed new data.
当事务再次执行查询,并发现一组结果自最后一次查询后由于另一个事务提交了新的数据而发生了更改,则会发生幻像读。
a phantom read can occur.
会发生幻像读。