In my Opinions, if we set our isolation level to repeatable read, query in one transaction would just read the snapshot from the beginning of this transaction.
Why do we still have Phantom read when we set repeatable read?
In my Opinions, if we set our isolation level to repeatable read, query in one transaction would just read the snapshot from the beginning of this transaction.
Why do we still have Phantom read when we set repeatable read?