Manual:The Dude v6/db vacuum: Difference between revisions
Jump to navigation
Jump to search
Created page with "Starting with v6.34rc45 the sqlite3 [https://sqlite.org/lang_vacuum.html VACUUM] command function has been added to dude server package." |
No edit summary |
||
Line 1: | Line 1: | ||
Starting with v6.34rc45 the sqlite3 [https://sqlite.org/lang_vacuum.html VACUUM] command function has been added to dude server package. | Starting with v6.34rc45 the sqlite3 [https://sqlite.org/lang_vacuum.html VACUUM] command function has been added to dude server package. | ||
<pre> | |||
/dude vacuum-db | |||
</pre> | |||
Vacuum is also automatically performed on DB import events. |
Latest revision as of 09:45, 25 October 2016
Starting with v6.34rc45 the sqlite3 VACUUM command function has been added to dude server package.
/dude vacuum-db
Vacuum is also automatically performed on DB import events.