Ticket Change Details
Not logged in
Overview

Artifact ID: ec1080ec787fe4e2fe2490c298f7d0acaf545995
Ticket: 5199df97bc08fff1e5656d165738f0d87f2a3ad1
Alternative to reconstruct for large imports
User & Date: drh 2010-10-06 00:06:41
Changes

  1. Appended to comment:
    
    
    <hr /><i>drh added on 2010-10-06 00:06:41:</i><br />
    If your import process is able to deal with zlib compression and sqlite, then
    why not just create an empty repository (using the "fossil new" command), 
    push the files directly into the BLOB table of the repository, then invoke
    "fossil rebuild" to process them?
    
    Or, how about an --incremental option to "fossil reconstruct".  With
    --incremental, you don't have to populate the inport directory with
    all of your files all at once.  Start with some subset, import them,
    clear out the directory and refill it with new files, import again,
    repeat until done.
    
    
    
  2. resolution changed to: "Open"