Question: Which component does not work in pipeline parallelism?
June 06, 2008 09:20:11
#4
sixto.dsilva
CRM ExpertMember Since: March 2008 Total Comments: 39
RE: Which component does not work in pipeline parallelism?
sort component does not work in pipleline parallelism because in case of sort all the data must read before writing any records hence it does not support pipeline parallelism. Hope this make sense.