Created
February 25, 2012 23:47
-
-
Save mechanical-snail/1911714 to your computer and use it in GitHub Desktop.
Vacuum sqlite without running out of disk space
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Vacuum sqlite without running out of disk space: | |
TMPDIR=. sqlite dbfile.sqlite | |
SQLite version 3.7.2 | |
Enter ".help" for instructions | |
Enter SQL statements terminated with a ";" | |
sqlite> vacuum; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment