You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for my model and it is materialized as a view. However, this seems to have no effect as if I run this model against a database that does not support columnstores, the command still succeeds.
The text was updated successfully, but these errors were encountered:
What do you mean this should do? Do you want to create an indexed view? If so I would arrange it with a post-hook.
If not, then I'm confused as columnstore would be for tables/storage of the data which won't happen for a view.
I have
for my model and it is materialized as a view. However, this seems to have no effect as if I run this model against a database that does not support columnstores, the command still succeeds.
The text was updated successfully, but these errors were encountered: