Name

SQLITE_ENABLE_STAT2 — Enable extended ANALYZE statistics

Description

Enables the calculation of additional statistics by the ANALYZE command. If present, a 10-sample histogram will be calculated for any analyzed index. The query planner can use this data to estimate how many rows will be filtered by a range condition.