STMTSTATUS_FULLSCAN_STEP top-level constant
int
const STMTSTATUS_FULLSCAN_STEP
This is the number of times that SQLite has stepped forward in a table as part of a full table scan.
Large numbers for this counter may indicate opportunities for performance improvement through careful use of indices.
Implementation
const STMTSTATUS_FULLSCAN_STEP = 1;