Why it matters
Delta encoding is column preprocessing. Understanding shapes compression pipelines.
Advertisement
The architecture
Store first value + deltas.
Deltas often smaller.
Compress deltas with varint / entropy code.
Advertisement
How it works end to end
Delta of deltas for 2nd-order.
Varint encoding of deltas.
Time-series DB use.