...
The directed pipe strategy can be used in a number of configurations, including reading from PhixFlow streams - seeĀ pipes for details. The example given on this page is for the commonest applicationmost common use case: reading data from a large table in an external database. When applying this technique to reading from a stream, apply the same steps except forĀ Update query to use _keyList - no special configuration is needed from the source stream that is being read by the directed pipe.
...
Open the pipe cat and set the pip pipe execution Strategy to Directed:
...
Note that with this configuration, using the directed pipe strategy on the cat pipe, the results are identical to the original model. The directed pipe strategy has no impact on the output of a stream calculation - it is purely for optimising the performance of data enrichments from large data sets.
Model Ref: 010
...