I created columnstore index on the table with 20 columns and about 1000 000 000 rows every day added about 5M rows"select" queries became faster because of batch mode and table demand less disk space then beforeI have also 6 similar tables with 5 000 000 000 rows and plan to move them on columnstore indexserver has 128 G RAMwhat pitfalls I could face if I will have so many columnstore indexes on one server?how a could see problems in DMV?
↧