incremental_vacuum


Description:

public void incremental_vacuum (int pages) throws Error

Incremental vacuum

Causes up to N pages to be removed from the freelist.

See SQLite documentation at: http://sqlite.org/pragma.html#pragma_incremental_vacuum

Parameters:

pages the number of pages to remove