pub fn run_maintenance(conn: &Connection) -> Result<()>
Run maintenance on the DB
run_maintenance() is intended to be run during idle time and will take steps to clean up / shrink the database.
run_maintenance()