Posts Tags Categories About
FaRM

Background

  • One data center.
  • Use memory instead of disk to store data.

Feature

  • Fast.
  • Serializability.

Structure

Structure

Optimistic Concurrency Control

  • Read objects without lock.
  • Write objects with lock.
  • Check version before commit.