Why tables with columnstore indexes can’t be updated directly using INSERT, UPDATE, DELETE, and MERGE statements?
That is to say, what's the side effects if tables with columnstore indexes can be updated directly using INSERT, UPDATE, DELETE, and MERGE statements?
Thank you.