Tagged Questions
7
votes
2answers
270 views
PAGE compression in SQL Server effect on running queries
I am planning to apply PAGE compression to some of the big tables in my database (DW to be precise). These tables are fairly big with over 15 Billion rows. When I applied the compression in test ...