Data Compression (Row\Page)

  • I'm looking into applying ROW or PAGE Compression to particular indexes and have used the recommended sys.sp_estimate_data_compression_savings and queries to get percentage of scans vs updates.

    Zero updates and large scans are ideal candidates for PAGE compression but what is best if you have the following;

    Page Compression estimate 38%

    Row Compression estimate -10%

    Update % 0

    Scan % 99%

    Does it matter that the ROW compression estimate is negative as I thought ROW is applied before PAGE?  Is that an index to avoid compressing or does the PAGE compression override the negative ROW as only partially full pages will only be ROW compressed and become larger?

    Thanks in advance.

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply