ANALYZE after adds
[id3fs.git] / bin / id3fs-index
index cff0990..af8fee3 100755 (executable)
@@ -64,6 +64,8 @@ else
        print "$me: removing data from pruned files\n" if $verbose;
        $db->remove_unused();
     }
+    print "$me: analyzing db\n" if $verbose;
+    $db->analyze();
 }
 
 sub wanted