Skip to main content
Solved

group by parallel processing

  • July 24, 2015
  • 1 reply
  • 38 views

I am interested in using parallel processing in a workspace and I understand that the Group By parameter must be uswed. If using a transformer that has two input feature classes such a Clipper or AreaOnAreaOverlayer is it required that the field used, in this case Value, in the Group By parameter be in the attribute table of each feature class? So in order to use parallel processing with the Clipper transformer both the clipper and the clippee would need to have the field Value along with the corresponding attributes to work correctly. Is that correct?

Best answer by gio

Yeah you need to sync the data using grouping strategy.

 

Wich is why tiling strategies are strong in that respect.

 

 

Workspace efficency concerning set theory, like in Oracle will aslo help quite a lot.

 

Controlling the processingstreams in the workbench is also a factor to consider.

 

(see the fme 2015 live counters...) Like blocking transformers must wait for their input etc.

 

 

 

 
This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

gio
Contributor
Forum|alt.badge.img+15
  • Contributor
  • Best Answer
  • July 24, 2015
Yeah you need to sync the data using grouping strategy.

 

Wich is why tiling strategies are strong in that respect.

 

 

Workspace efficency concerning set theory, like in Oracle will aslo help quite a lot.

 

Controlling the processingstreams in the workbench is also a factor to consider.

 

(see the fme 2015 live counters...) Like blocking transformers must wait for their input etc.