Like all my notes in this series, I’ve only included portions I’ve found interesting.
Why not datastore x?
I was thinking this question when I first heard of this paper.
The keys and values can be made up of multiple columns
For example: (Date, Publisher, Country) -> (ClickCount, Cost)
[Vx, Vy]
(Where x < y
)[V0, B]
The delta compaction policy determines how many deltas and individual versions to keep around and when to create new deltas to subsume smaller deltas
Specifically: