I have a workspace which takes point features and assigns them models essentially this workflow:
https://community.safe.com/s/article/creating-and-using-geometry-instances
But I'm finding that the performance is quite bad. Is there anything I need to be aware of when using this kind of workflow? The idea of using a geometry definition was supposed to speed things up - heh.
I know with raster datasets there is some little tricks that FME does in the background to speed things up by not reading bits until it needs to. Perhaps there are some transformers I should avoid?