sql server - Can both a table and indexed view be columnstore? -


i have data warehouse fact table millions of records , clustered columnstore table. want have indexed view of table casts numeric values of text column numbers , text values of same column blanks, faster performance.

if create view clustered index view, view's data stored in columnstore format?

before reading answer should read this excellent post niko neugebauer the dude go columnstore indexes in sql server.

to answer:

yes can create clustered columnstore index in view in sql server. recommendation test view first , decide if need new index or columnstore index underlying table satisfying conditions.


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - IE9 error '$'is not defined -