- 43:13
58. DDIA Ch7: Transactions
"Designing Data-Intensive Applications"、通称 ”DDIA" 本の Ch7 を読んで感想を語りました。
- Amazon.co.jp (英語版)
- Amazon.co.jp (日本語版)
- Designing Data-Intensive Applications
- Multiversion concurrency control (MVCC)
- Optimistic concurrency control (OCC)
- What are some common challenges and pitfalls of MVCC and OCC in your database projects?
- Google Cloud Spanner: About transactions
- Neo4j Page Cache Introduced
- MySQL 8.0: MVCC of Large Objects in InnoDB
- PostgreSQL Concurrency with MVCC
- Cockroach Labs: Transaction Retry Error Example