I’m a newby to FME.
I’m about to write workspaces to refresh a list of AGOL feature services. So far I’ve written a simple one that works on a small service.
I’ve got a few questions.
- When I search for potential pitfalls in this forum, they are 5+ years ago and relate to AGOL time outs and also issues updating large datasets. . I’m on the latest release of Form & will use Flow (Hosted). Are these issues still relevant these days ?My largest dataset is our Cadastre being about 140K features. Am I safe to use the Writer ?
- I am doing truncate & inserts. One might argue that I could use ChangeDetector beforehand, however, I reckon the processing required to compare 140K features would be greater than a simple truncate & insert. (am I right?)
- If an error is encountered, I would like to quickly restore the destination feature service back to what it was. Any tips on the best approach to doing that ? My idea is to copy the destination service elsewhere in AGOL before commencing the update. If update fails, then rename the services so the backup takes on the production feature service name. Any better ways ?