Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 알고리즘
- 페이징
- 프로세스
- 단편화
- Oracle
- 교착상태
- 페이지 부재율
- 우선순위
- 운영체제
- 추상화
- 스레드
- 스케줄링
- 기아 상태
- fork()
- concurrency
- mips
- 부동소수점
- 컴퓨터구조
- 백준
- Algorithm
- PYTHON
- ALU
- 동기화
- 세마포어
- 인터럽트
- 페이지 대치
- mutex
- 트랩
- BOJ
- 가상 메모리
Archives
- Today
- Total
목록serializability (1)
봉황대 in CS

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