Will Leshner <[EMAIL PROTECTED]> wrote: > I'm wondering if anybody has any suggestions for a good number to > pass as the second argument to sqlite3_progress_handler to indicate > how many opcodes to wait before the progress handler is called.
Figure 10 to 20 microseconds per opcode. I'd say around 100. Please note that the counter resets with each call to sqlite3_step(). -- D. Richard Hipp <[EMAIL PROTECTED]>