I'm looking for any performance tips for mosaicking a large number of rasters.
I already know about parallel processing and don't need any further advice on that aspect (thanks!).
I'm wondering if anything can be gained from using a large number of FME Server Engines or FME Cloud instances and if there's a simple workflow for achieving this. My initial thought is to build my own version of parallel processing and split the mosaicking into several workspaces for submission by the FMEServerJobSubmitter. Anyone got any other ideas?