Notice
Recent Posts
Recent Comments
목록Dirty Read (1)
봉황대 in CS
[Database] Isolation Levels
ACID는 데이터베이스의 transaction이 안전하게 수행되는 것을 보장하기 위해서 가져야 하는 특성들을 말한다. Atomicity ensures that either all all the effects of a transaction are reflected in the database, or none are;a failure cannot leave the database in a state where a transaction is partially executed. (All or nothing)Consistency ensures that if the database is initially consistent,the execution of the transaction (by itself) leaves..
Database
2024. 8. 11. 17:56