Is there a way to skip the Metadata pass in a TI process?
Posted: Wed May 05, 2010 6:34 pm
It seems extremely inefficient to iterate through my SQL data source 2 times. I try to design my TI processes so that I process the dimensions first and then post data to a cube. In the case of the TI process that is focused on building a cube, is there any way to avoid the Metadata pass and simply execute the Data pass. I'm a good boy - I know that there are no orphans that will generated from the Data Pass. Build time is going to be an issue at this client so I am trying to reduce it as much as possible.