Re: Balanced packing strategy

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Junio C Hamano
Date: Saturday, November 12, 2005 - 7:34 pm

Craig Schlenter <craig@codefountain.com> writes:


Yes, it is certainly doable; there is enough information.  I am
not sure if it is worth the complexity, though.

Many objects are stored delitified, so your byte range requests
would return delta and base object name.  After you read what
was returned and find out the base object name, you would need
to get it, which can be another delta against its base object.
This would make tangling a delta chain would become a serialized
sequence of requests.

-
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Remove unneeded packs, Marcel Holtmann, (Sat Nov 12, 6:04 am)
Re: Remove unneeded packs, Andreas Ericsson, (Sat Nov 12, 6:13 am)
Re: Remove unneeded packs, Marcel Holtmann, (Sat Nov 12, 6:30 am)
Re: Remove unneeded packs, Craig Schlenter, (Sat Nov 12, 6:40 am)
Balanced packing strategy, Petr Baudis, (Sat Nov 12, 6:59 am)
Re: Balanced packing strategy, Craig Schlenter, (Sat Nov 12, 8:14 am)
Re: Remove unneeded packs, lukass, (Sat Nov 12, 3:02 pm)
Re: Remove unneeded packs, Marcel Holtmann, (Sat Nov 12, 3:13 pm)
Re: Balanced packing strategy, Junio C Hamano, (Sat Nov 12, 7:34 pm)
Re: Remove unneeded packs, Junio C Hamano, (Sat Nov 12, 7:38 pm)
Re: Remove unneeded packs, lukass, (Sun Nov 13, 3:58 am)
Re: Balanced packing strategy, Petr Baudis, (Sun Nov 13, 4:00 am)
Re: Remove unneeded packs, Sergey Vlasov, (Sun Nov 13, 5:00 am)
Re: Remove unneeded packs, lukass, (Sun Nov 13, 5:07 am)
Re: Remove unneeded packs, Sergey Vlasov, (Sun Nov 13, 5:20 am)
Re: Remove unneeded packs, lukass, (Sun Nov 13, 5:31 am)
Re: Balanced packing strategy, Josef Weidendorfer, (Sun Nov 13, 1:06 pm)
Re: Balanced packing strategy, Junio C Hamano, (Sun Nov 13, 4:13 pm)