Reputation: 1813
I'm running an SSIS package on the the view FilteredAccount. It takes a very long time to cache lookup data from this source, often around 15 minutes for the number of accounts we have. I ran the same package on the Account view and it completed in ~3 minutes.
I'm trying to understand whether using the unfiltered views is supported by MS in this case because the decrease in run time is amazing between the two. Looking in MSDN for an answer has been frustrating, since "views" and "filtered views" are almost noise words when it comes to CRM.
Upvotes: 0
Views: 229
Reputation: 5446
Here are differences between Views and FilteredViews:
So. My suggestion based on my experience. Forget about don't read data from Views bla-bla-bla. You can read data from Views without any problems.
Good luck.
Upvotes: 1