Sequential and Parallel process order
What is the difference between Sequential and Paralle Process Order in Analysis Services Process Task, in SSIS 开发者_Go百科?
Here's an article that answers your question. Parallel processing allows the server to process cubes, measure groups, and partitions in parallel. This requires spinning off threads on separate processors which can impact general server performance. If your server is already hurting when you process changes to the cube, then consider using Sequential.
精彩评论