Subject | English | Korean |
comp., MS | atomicity, consistency, isolation, durability | 원자성, 일관성, 격리, 영속성 (The four essential properties of an electronic transaction. Atomicity requires that a transaction be fully completed or else fully canceled. Consistency requires that resources used are transformed from one consistent state to another. Isolation requires all transactions to be independent of each other. Durability requires that the completed transaction be permanent, including survival through system failure) |
comp., MS | isolation level | 격리 수준 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | network isolation environment | 네트워크 격리 환경 (A virtual environment that is run with network isolation, thereby protecting it from network conflicts) |
comp., MS | snapshot isolation level | 스냅숏 격리 수준 (A transaction isolation level in which each read operation performed by a transaction returns all data as it existed at the start of the transaction. Because a snapshot transaction does not use locks to protect read operations, it will not block other transactions from modifying any data read by the snapshot transaction) |
comp., MS | transaction isolation level | 트랜잭션 격리 수준 (The property of a transaction that controls the degree to which data is isolated for use by one process, and is guarded against interference from other processes) |
comp., MS | worker process isolation mode | 작업자 프로세스 격리 모드 (The Web process model for IIS 6.0) |