I was wondering if anyone had any information on best practices for junctions and bookmarks use when building Custom Transformer?
I have a pretty excessive custom transformer built that takes hours to complete. It is a looping transformer that utilize multiple blocking transformers (Group By), list, and many pipelines branching off junctions. I am trying currently taking steps to tune its performance. The log file had junction appearing over and over, leading me to suspect that eliminating them will reduce overall compute time. I am experimented with collapsed vs expanded bookmarks using cache feature, and yet to find differences--my logic was collapsing bookmarks reduce feature caching, therefore speed up compute.
Thanks and cheers!!
-Alex