Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在基于时间戳的并发控制中,如果某些带有 T_j 且 j > i 已经读过它的事务,为什么你必须拒绝在元素 x_k 上的事务 T_i 中写入。
如文件所述。
如果 T_j 根本不打算进行任何更新,为什么有必要对 T_i 的行为如此严格?