Isolation

isolation level을 통해 전체 처리량(throughput)과 데이터 일관성 사이에 어느정도 거래(trade)할 수 있다.

Isolation levelDirty readNon-repeatable readPhantom read
Read uncommittedOOO
Read committedXOO
Repeatable readXXO
SerializableXXx

SerializableDirty, Non-repeatable, Phantom read이 세 가지뿐만 아니라 아예 이상한 현상 자체가 발생하지 않는 level을 의미

(추가)

Dirty read

Nonrepeatable read

Phantom read

Dirty write

Lost update

Read skew

Write skew

profile
체득하고 이해하자

0개의 댓글

Powered by GraphCDN, the GraphQL CDN