Page 1 of 1

Does pipeline parallism exist in server jobs?

Posted: Wed Jun 10, 2009 12:16 pm
by zulfi123786
Does pipeline parallism exist in server jobs?

Posted: Wed Jun 10, 2009 12:55 pm
by chulett
Yes.

Posted: Wed Jun 10, 2009 1:05 pm
by bobyon
Dang, Finally a question I could have answered and you beat me to it. :-)

Posted: Wed Jun 10, 2009 1:09 pm
by chulett
You could always go ahead and answer the inevitable next question. :wink:

Posted: Wed Jun 10, 2009 1:48 pm
by asorrell
Actually - I am going to ask the inevitable question... "how?"

I was aware that parititioned parallelism could be implemented manually using link partitioners and link collectors. However I thought that server processed the data through the stages one step at a time - preventing pipeline parallelism.

Posted: Wed Jun 10, 2009 2:02 pm
by ddevdutt
You can achieve pipeline parallelism by using the IPC stage or by turning on inter process row buffering.

asorrell wrote:Actually - I am going to ask the inevitable question... "how?"

I was aware that parititioned parallelism could be implemented manually using link partitioners and link collectors. However I thought that server processed the data through the stages one step at a time - preventing pipeline parallelism.

Posted: Wed Jun 10, 2009 2:18 pm
by chulett
ddevdutt wrote:You can achieve pipeline parallelism by using the IPC stage or by turning on inter process row buffering.
We have a winner! :D