AutoVacuumMode Enumeration
On this page
Determines the auto-vacuum flag in the database.
Syntax
Members
| Member | Description |
| Full | The "freelist" pages are moved to the end of the file and the file is truncated to remove the freelist pages at every commit. |
| Incremental | A separate incremental_vacuum pragma must be invoked to cause the vacuum to occur. |
| None | Unused database file pages are added to a "freelist" are reused for subsequent inserts. The database file does not shrink. This is the default mode. |
Inheritance Hierarchy
See Also