事务开始时间点,分为两种情况:

1)start transaction  时,是第一条语句的执行时间点,就是事务开始的时间点,第一条select语句建立一致性读的snapshot;

2)start transaction with consistent snapshot 时,则是立即建立本事务的一致性读snapshot,当然也开始事务了;

 

相关文章:

  • 2021-10-17
  • 2022-01-14
  • 2022-12-23
  • 2022-12-23
  • 2021-06-10
  • 2021-07-03
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-25
相关资源
相似解决方案