Replies: 1 comment 2 replies
-
It's better to do this outside of juicefs, for example, before mount or after umount. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What would you like to be added:
To achieve the best long-term query performance without the need to do a detailed engineering analysis of the application schema and SQL, it is recommended that applications run "
PRAGMA optimize
" (with no arguments) just before closing each database connection.This pragma is usually a no-op or nearly so and is very fast.
Why is this needed:
https://www.sqlite.org/pragma.html#pragma_optimize
Beta Was this translation helpful? Give feedback.
All reactions