On Wed, 2006-06-14 at 15:25 -0400, Nicolas Pitre wrote: > The only advantage of feeding object names from latest to oldest has to > do with the delta direction. In doing so the delta are backward such > that objects with deeper delta chain are further back in history and > this is what you want in the final pack for faster access to the latest > revision. Ok, so I'm feeding them from latest to oldest along each branch, which optimizes only the 'master' branch, leaving other branches much further down in the data file. That should mean repacking will help a lot for repositories with many active branches. > In that case it > might be preferable that the reuse of already deltified data is made of > backward delta which is the reason you might consider feeding object in > the prefered order up front. Hmm. As I'm deltafying along branches, the delta data should actually be fairly good; the only 'bad' result will be the sub-optimal object ordering in the pack files. I'll experiment with some larger trees to see how much additional savings the various repack options yield. -- keith.packard@intel.com - 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
This archive was generated by hypermail 2.1.8 : 2006-06-15 07:06:39 EST