Command
vacuum — vacuum deleted storage in database
Synopsis
super db vacuum [ options ]
Options
-dryrunrun vacuum without deleting anything-fdo not prompt for confirmation-usespecify commit to use, i.e., pool, pool@branch, or pool@commit
Description
The vacuum command permanently removes underlying data objects that have
previously been subject to a delete operation. As this is a
DANGER ZONE command, you must confirm that you want to remove
the objects to proceed. The -f option can be used to force removal
without confirmation. The -dryrun option may also be used to see a summary
of how many objects would be removed by a vacuum but without removing them.