On Wed, Feb 08, 2012 at 10:16:24AM -0500, Leo Razoumov wrote: > > The _FOSSIL_ file contains (among other things) your stash and your undo > > history. What does > > > > sqlite3_analyzer _FOSSIL_ > > > > show you? Which tables are using the most space. Maybe it just needs to be > > vacuumed?
Looks to me like just needing a vacuum (most pages are free pages). "sqlite3 _FOSSIL_ vacuum". _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

