Hello everyone,
I have line feature which I have to buffer and dissolve. When I use the bufferer and dissolver, it takes very long time because I have a large amount of feature. If I Buffer the lines with group by fme_feature_type than the output buffer polygon is completely dissolved. I do not need to use dissolver. But it takes also much time. I tried this way with small set of features, it is faster than using Dissolver. But it shows this massage and running with a long time. Should I have to use any additional transformer to improve the work-space? I attached my workflow below.
Constructing donuts from 11750 features...
PolygonDissolveFactory: Completed 100% of processing on pass 5.
Completed 379339 segments of intersection processing
Performing low-level intersection at phase #1... 3.44% done
Performing low-level intersection at phase #1... 100% done
Completed intersection processing, phase #2. 2 new nodes were generated among 11599 intermediate lines
Finish splitting 11600 lines into 11611 intermediate lines for phase 2
Thanks