Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3주차]_8장_트랜잭션,동시성 제어,회복_고건 #116

Open
Gopistol opened this issue Jan 20, 2023 · 0 comments
Open

[3주차]_8장_트랜잭션,동시성 제어,회복_고건 #116

Gopistol opened this issue Jan 20, 2023 · 0 comments
Assignees
Labels

Comments

@Gopistol
Copy link
Contributor

트랜잭션의 4가지 성질을 흥미롭게 읽었습니다.

트랜잭션의 성질(ACID 성질)

  • 원자성(Atomicity) : 트랜잭션에 포함된 작업은 전부 수행되거나 수행되지 않아야 함
  • 일관성(Consistency) : 트랜잭션 수행 전이나 후나 데이터베이스는 항상 일관된 상태를 유지해야 함
  • 고립성(Isolation) : 수행 중인 트랜잭션에 다른 트랜잭션이 끼어들어 변경 중인 데이터 값을 훼손하면 X
  • 지속성(Durability) : 수행을 완료한 트랜잭션은 변경한 데이터를 영구히 저장해야 함
@Gopistol Gopistol self-assigned this Jan 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant