Immutable by Design: The Deep Tech Behind Tigris Bucket Forking
tigrisdata.com·15h
Flag this post

Pixel art of two copies of Ty from different timelines meeting up in the vast emptiness of space.

Pixel art of two copies of Ty from different timelines meeting up in the vast emptiness of space.

One of the coolest things about my job is picking apart how features were implemented so I can write these deep dives. A lot of Tigris features are implemented on koan-like primitives that lead to core lessons like:

  • Tigris implements snapshotting through representing time as a single 64 bit integer
  • Tigris implements bucket forking by making every object a write-ahead log and then doing recursive lookups in parent bucket snapshots
  • Tigris heavily abuses the fact that Found…

Similar Posts

Loading similar posts...