Hi All,
I have created a workbench that includes a few AreaOnAreaOverlayer transformers. For some reason one of the AreaOnAreaOverlayer takes hours and hours to union cadastral data (1,200,000 records) with some protected areas PHI (100,000 records). I have checked the log file and the AreaOnAreaOverlayer transformer always accomplishes the following 4 steps:
- Performing low-level intersection at phase #1
- Performing low-level intersection at phase #2
- Searching for topologically significant nodes
- Breaking curves at topologically significant nodes
I have attached the log file as .TXT for reference. For some reason the AreaOnAreaOverlayer_3 slows the process at Breaking curves at topologically significant nodes. This transformer is at the middle of the workflow which means is being fed with data that comes from other transformers. here is an screenshot of the log file:
...and here another screenshot of the settings of the problematic transformer:
I have also run it with the quick translator and all the data is on my local drive and also takes hours and hours to run.
It’s worth mentioning that the AreaOnAreaOverlayer runs within within a reasonable time response if I run the transformer separately in a blank FME workspace with the same data (OSMM and PHI polygons) but I can’t do that as need to bring the data from the previous steps of the workflow,
Any idea to improve the performance of the workflow?
Thanks :)