What:

Similar to Delta Encoding, but not…

Is this not painfully slow?

It is! But it’s typically FAR faster to load something from disk into memory and do lots of processing on it than to do otherwise.

Less disk I/O + More processing > More I/O + No processing
(> being faster )