Hi FMEer's!
Can someone kindly point me to tutorials/webinars of where the workbench is writing particularly large amounts of data to spatial and non-spatial databases? I have many models that write to Oracle databases, SQL Server, ArcSDE etc. However, I find that the moment we start writing 100's of thousands of records it is quite slow. It's generally quicker to import a table into one of the databases and do the truncate and load through a database management software.
Some of the methods I use in FME are:
- Change detection and use FME_DB_OPERATION = Insert or Delete (Not sure really how to use the Update)
- Truncate table and insert (Use this when the table is massive and change detection is just not feasible)
- Write to ESRI file geodatabase first and then copy to ArcSDE
Any help is much appreciated, I just want to make my models more efficient!
Kind regards,
Kam