Yes, it is faster due to the reason you already mentioned: It doesn't use a journal.
It scans and deletes...
But did you consider to
1. copy the 2% of data which remains into a new table
2. rename table to old and new table to current table
3. drop old table
?
↧