不可重复的读 meaning in Chinese
(non-repeatable read)
Examples
- Prevents non - repeatable reads but phantom rows are still possible
防止不可重复的读取,但是仍可以有幻像行。 - Shared locks are held while the data is being read to avoid dirty reads , but the data can be changed before the end of the transaction , resulting in non - repeatable reads or phantom data
在正在读取数据时保持共享锁,以避免脏读,但是在事务结束之前可以更改数据,从而导致不可重复的读取或幻像数据。