Re: [sqlite] Lightweight integrity_check?

2014-01-15 Thread Tim Streater
On 15 Jan 2014 at 19:20, Steven Fisher wrote: > After opening, I want to do some basic checking of my database. > > I’m finding integrity_check much too slow for some of my users (especially > with large amounts of data) but I don’t want to just blindly trust the > database

Re: [sqlite] Lightweight integrity_check?

2014-01-15 Thread Dan Kennedy
On 01/16/2014 02:20 AM, Steven Fisher wrote: After opening, I want to do some basic checking of my database. I’m finding integrity_check much too slow for some of my users (especially with large amounts of data) but I don’t want to just blindly trust the database either. A few options: -

[sqlite] Lightweight integrity_check?

2014-01-15 Thread Steven Fisher
After opening, I want to do some basic checking of my database. I’m finding integrity_check much too slow for some of my users (especially with large amounts of data) but I don’t want to just blindly trust the database either. A few options: - Rely on what sqlite does on its own when I start