Page 1 of 1

Anyway to shrink the file size?

Posted: 06.08.2008, 19:30
by matthew
If I delete a table, the file size stays the same as the maximum size the file reached. Is there a query I can run or a feature I'm missing to be able to shrink the file size of the db?

Posted: 08.08.2008, 09:30
by btrewern
I'm not sure how SQLite Administrator manages it but see http://www.sqlite.org/lang_vacuum.html for the standard SQLite command.

Regards,

Ben

Posted: 11.08.2008, 10:01
by Orbmu2k
yes, the "clean up database" menu item does the vacuum command for you