There is a workspace that copies a dataset from a production oracle database to a postgresql database. The postgresql database will be weekly updated with fme-server.
What is the fastest way to udate the postgresql database?
- check for the differences and write only these to the progressql database
- drop and create the table, so you write each time the complete dataset.
-or maybe another solution?
Thanks,
Kind regards Kees