August 2010
Intermediate to advanced
526 pages
23h 39m
English
SQLITE_DEFAULT_AUTOVACUUM — Default auto-vacuum mode
SQLITE_DEFAULT_AUTOVACUUM=<0|1|2>
0
(auto-vacuum disabled)
Sets the default auto-vacuum mode
for new databases. The default value of 0 completely disables the auto-vacuum
functionality.
| Value | Mode | Meaning |
|---|---|---|
| 0 | None | Auto-vacuum disabled |
| 1 | Full | Auto-vacuum enabled, running |
| 2 | Incremental | Auto-vacuum enabled, deferred |
auto_vacuum [PRAGMA, Ap F]
Read now
Unlock full access