diff --git a/db.html b/db.html index 79e8d6a..b58a154 100644 --- a/db.html +++ b/db.html @@ -188,6 +188,7 @@

Databases &
  • Things You Should Know About Databases
  • Database Normalization Basics
  • Database Indexes Explained
  • +
  • Optimistic vs. Pessimistic Locking
  • Table Compression and Partitioning
  • Things I Wished More Developers Knew About Databases
  • Comparing database types: how database types evolved to meet different needs
  • diff --git a/print.html b/print.html index 276d0d6..85c68ed 100644 --- a/print.html +++ b/print.html @@ -425,6 +425,7 @@

    IntroductionThings You Should Know About Databases
  • Database Normalization Basics
  • Database Indexes Explained
  • +
  • Optimistic vs. Pessimistic Locking
  • Table Compression and Partitioning
  • Things I Wished More Developers Knew About Databases
  • Comparing database types: how database types evolved to meet different needs
  • @@ -492,9 +493,10 @@

    IntroductionSo you want to write a GUI framework
  • The Raft Consensus Algorithm
  • Retries. An interactive study of common retry methods
  • -
  • All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more
  • Fly.io distributed systems challenges
  • A Distributed Systems Reading List
  • +
  • Metrics, tracing, and logging
  • +
  • All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more
  • Cloud Computing, Containers & DevOps