home | codereading | contact | math | misc | patches | tech


SQLite notes

Generating tips

Reducing the file size of the database

You deleted some registers, but the file size is still the same, right? Just call the "VACUUM" SQL command in SQLite, like written in the documentation.