# Overview An approach for encoding data where you just store the delta (change) in data. You can also do the delta-of-deltas. ![[2025-12-05_Delta Encoding.png]] # Key Considerations # Pros # Cons # Use Cases # Related Topics # Use Cases #flashcard - Data that changes gradually or incrementally: - time series - sorted numbers - sequential IDs <!--ID: 1753886610350-->