We are doing some testing on converting some of our largest tables (anything 200M - 7B rows) to clustered columnstore tables to gain the impressive compression and then adding a non-clustered index if necessary for specific queries. What I'm noticin
↧