D. Richard Hipp wrote: > > 4. drh's tip failed > > sqlite3 t.fsl 'pragma page_size=16384; vacuum' > > SQL error: SQL logic error or missing database > > > > sqlite3 > > SQLite version 3.2.8 > > 3.2.8? Wow. That's *really* old. Can you try again with a more > recent version of SQLite? Say version 3.6.10 or 3.6.11? There is no big difference with the above changes. A test with a 3 MB files takes roughly one minute.
With some printf's I found the reason in content_deltify(). It is called in commit_cmd() directly and a second time via manifest_crosslink() -> add_mlink() -> add_one_mlink() --> content_deltify() HTH rene _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

