Teng's Blog

A coder and systemer


  • Home

  • Archives

  • Tags

Distributed Concurrency Control

Posted on 2018-10-14

Read Phenomena

  • Dirty Read
  • Non-repeatable Read
  • Phantom Read

Isolation Level

  • Serializable
  • Repeatable Read
  • Read Committed
  • Read Uncommitted
# Transaction # Distributed System
CMU 15-645 Distributed OLTP
Concepts of SkipList: Implementation, Concurrency and Lock-free
  • Table of Contents
  • Overview
Teng Ma

Teng Ma

...

49 posts
34 tags
GitHub Stackoverflow Linkedin
  1. 1. Read Phenomena
  2. 2. Isolation Level
© 2019 Teng Ma
Powered by Hexo
Theme - NexT.Muse