const SQLITE_PROGRESS_HANDLER_OPS: u32 = 1000;Expand description
Check interval for the progress handler — every N virtual-machine opcodes. 1000 is ~50µs on modern hardware; low enough for responsive cancellation, high enough to avoid measurable overhead on normal queries.