• TransactionDB
  • OptimisticTransactionDB
  • Reading from a Transaction
  • Guarding against Read-Write Conflicts:
  • Setting a Snapshot
  • Repeatable Read
  • Tuning / Memory Usage
  • Save Points
  • Under the hood
  • Read Snapshot
  • Read-Write conflict detection
  • Write-Write conflict detection: pessimistic approach
  • Write-Write conflict detection: optimistic approach