August 2010
Intermediate to advanced
526 pages
23h 39m
English
freelist_count — Return number of free pages in database file
PRAGMA [database.]freelist_count;The freelist_count pragma returns a single integer
indicating how many database pages are currently marked as free
and available (contain no valid data). These pages can be
recovered by vacuuming the database.
auto_vacuum, incremental_vacuum, VACUUM [SQL Cmd, Ap C]
Read now
Unlock full access