Automated testing has identified two performance tests with regressions when calculating differences for large document overwrites. There are two sources of slowdown: the calculation of differences adds CPU load, and reads with (many) diffs are slower than reads of complete documents.
Attempt to address these regressions without losing the benefits to cache pressure of calculating differences.