Background
I'm having trouble deleting data from an Sqlite database. My data is strutured in four tables. The database is only about 160 MB in size. I select the data to be deleted with an SQLExecutor and then I send it off to a writer with Writer mode set to DELETE (and the primary key chosen as SQL Key Columns). Since the data contains only this small amount of data there are no indexes on the tables. Foreign keys are set up in SQLite Studio.
Problem: the deletion takes a very long time to finish.
I have tried other ways and also I've tried deleting directly in SQLite Studio, but I can't find a fast way.
Question: which is the preferred and fastest way to delete data in an FME / Sqlite environment? Any suggestions?
Kind regards, Peter