verypsb;649359 Wrote: > And is it still really slow? (when deleting tracks?)
It wasn't slow at all for me, but my server is on the fast side. I took a test library of about 6300 tracks, move 2500 of them to a different folder, ran the new & changed scan and it only took 2:05. You might want to clear your cache and start over with clean databases. SQLite doesn't remove space from a database file when records are deleted. It becomes available for changes and additions, resulting in some internal fragmentation, much like an OS's file syatem. I found that doing a full library scan became much faster after running a VACUUM operation on the database. This removes unused space from the database file and defragments it. -- JJZolx ------------------------------------------------------------------------ JJZolx's Profile: http://forums.slimdevices.com/member.php?userid=10 View this thread: http://forums.slimdevices.com/showthread.php?t=89450 _______________________________________________ beta mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/beta
