On Mar 23, 2009, at 1:31 PM, Rene Zaumseil wrote:

> 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()


Perhaps your file content is causing content_deltify() to run slowly.   
Can you email me a copy of one of your files so that I can experiment  
with them here?


D. Richard Hipp
[email protected]



_______________________________________________
fossil-users mailing list
[email protected]
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to