SQLite Forum

PRAGMA INTEGRITY_CHECK takes very long
Login
Are you certain the system is otherwise idle when you run your tests?

I mean, if you just pack this into the cron `%daily` script, then you might be running in parallel with a `locate(1)` DB update, for instance.