文章开始提到一致读的步骤是
1. Read the Data Block.
2. Read the Row Header.
3. Check the Lock Byte to determine whether there's an ITL entry.
4. Read the ITL entry to determine the Transaction ID (Xid).
我有个疑问,如果查询开始后某个块被更新过多次,那么就需要递归的构建cr,递归是否也使用这个过程
但是cr中的lb 为 0x0,这个时候怎么确定相应的itl呢?
对transaction rollback的时候也存在这个问题.