Solved

SQLite VACUUM command after writing to db file

  • 17 October 2019
  • 1 reply
  • 4 views

I was wondering if anyone might be able to help me out? I'm writing tabular data to a SQLite database and I'd like to run the VACUUM command after it's been written. I thought it might exist in the SQLITE3 writer parameters but no luck. I'm using FME 2019 desktop
icon

Best answer by erik_jan 17 October 2019, 22:59

View original

1 reply

Userlevel 2
Badge +12

The SQLite writer has the option to run a SQL command after the data is written.

See this SQLite writer parameters documentation for more info.

Reply