On 3/2/15, Joerg Sonnenberger <jo...@britannica.bec.de> wrote:
> On Mon, Mar 02, 2015 at 07:30:44AM -0500, Richard Hipp wrote:
>> So I was thinking, could Fossil 2.0 be enhanced in ways to support
>> scaling to the point where it works on really massive projects?
>
> I think the single biggest practical issue right now still goes back to
> the baseline manifests not being efficient enough. Would you consider
> changing the rules to allow truely incremental manifests? I agree that
> having full manifests is sometimes nicer, but I think those would be
> build on-demand and cached separately. I belive that is the majority of
> the current meta data, which matters a lot whenever a rebuild happens.
>

The current mechanism is to have periodic full baseline manifests, and
then have deltas against those baselines in between.  Hence, no more
than two artifacts ever need to be decoded in order to access a
manifest - the baseline and its delta.

Are you proposing to have deltas of deltas, so that a potentially
large number of artifacts need to be decoded in order to reconstruct
the complete manifest?

I don't understand how that would help.  Can you provide more explanation?

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to