Page compression (!)
Ok kids, last time I introduced row compression, today I want to take the next step and talk about page compression. Now, whereas row compression removed NULL and 0 values from each individual record, page compression removes redundant values from a table. Redundant data is stored on the page only once, and subsequent occurrences will […]