2

I have SQL Server 2014 database. As size of this database isn't small I want to apply data compression to it. I've used sp_estimate_data_compression_savings to check what how many size I can save and I thought that I should apply that compression type where I can save the most, but... I found this post on msdn where they analyze what type to choose base on 2 more values : Percent of Scan Operations and Percent of Update Operations.

So now I don't know what to choose.


For me it will be more easier if I have same table as in post where they analyze all percentage of compression

jarlh
  • 35,821
  • 8
  • 33
  • 49
demo
  • 5,376
  • 12
  • 55
  • 130

0 Answers0