We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
from https://github.com/phiresky/blog/blob/master/posts/2020/sqlite-performance-tuning.md
On there you state to run pragma vacuum;, which is not listed anywhere on https://sqlite.org/pragma.html#toc
pragma vacuum;
There is the pure VACUUM command, as talked about here: https://sqlite.org/lang_vacuum.html
VACUUM
The text was updated successfully, but these errors were encountered:
No branches or pull requests
from https://github.com/phiresky/blog/blob/master/posts/2020/sqlite-performance-tuning.md
On there you state to run
pragma vacuum;
, which is not listed anywhere on https://sqlite.org/pragma.html#tocThere is the pure
VACUUM
command, as talked about here: https://sqlite.org/lang_vacuum.htmlThe text was updated successfully, but these errors were encountered: