How MVCC(snapshot isolation) avoids phantom read problem?

前端 未结 0 1713
野性不改
野性不改 2020-11-22 03:29

I wanted to understand the internals of how MVCC is implemented such that it avoids the phantom read problem.

Suppose we have sql query:

Select count(*         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题