홈 > Term: read stability (RS)
read stability (RS)
An isolation level that prevents any row that is read from being changed by other applications until the transaction is completed. For WITH HOLD cursors, this applies to when the rows were actually read. For read-only WITH HOLD cursors, the rows might have actually been read in a prior transaction. RS also prevents any row that is changed by other applications from being read until the change is committed. A transaction that issues the same query more than once will read the same rows again, but it might also read additional phantom rows that were modified and committed by an application that is running concurrently. See also cursor stability, repeatable read, uncommitted read, isolation level.
- 품사: noun
- 분야/도메인: 소프트웨어
- 카테고리: 세계화 소프트웨어 서비스
- Company: IBM
0
작성자
- Peteh
- 100% positive feedback