Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262847AbVD2Qyp (ORCPT ); Fri, 29 Apr 2005 12:54:45 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262846AbVD2Qyd (ORCPT ); Fri, 29 Apr 2005 12:54:33 -0400 Received: from waste.org ([216.27.176.166]:36059 "EHLO waste.org") by vger.kernel.org with ESMTP id S262845AbVD2Qwj (ORCPT ); Fri, 29 Apr 2005 12:52:39 -0400 Date: Fri, 29 Apr 2005 09:52:32 -0700 From: Matt Mackall To: Morten Welinder Cc: Linus Torvalds , Sean , linux-kernel , git@vger.kernel.org Subject: Re: Mercurial 0.4b vs git patchbomb benchmark Message-ID: <20050429165232.GV21897@waste.org> References: <20050426004111.GI21897@waste.org> <20050429060157.GS21897@waste.org> <3817.10.10.10.24.1114756831.squirrel@linux1> <20050429074043.GT21897@waste.org> <118833cc05042908181d09bdfd@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <118833cc05042908181d09bdfd@mail.gmail.com> User-Agent: Mutt/1.5.6+20040907i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1313 Lines: 28 On Fri, Apr 29, 2005 at 11:18:20AM -0400, Morten Welinder wrote: > > I had three design goals. "disk space" wasn't one of them > > And, if at some point it should become an issue, it's fixable. Since > access to objects is fairly centralized and since they are > immutable, it would be quite simple to move an arbitrary selection > of the objects into some other storage form which could take > similarities between objects into account. This is not a fix, this is a band-aid. A fix is fitting all the data in 10 times less space without sacrificing too much performance. > So disk space and its cousin number-of-files are both when-and-if > problems. And not scary ones at that. But its sibling bandwidth _is_ a problem. The delta between 2.6.10 and 2.6.11 in git terms will be much larger than a _full kernel tarball_. Simply checking in patch-2.6.11 on top of 2.6.10 as a single changeset takes 41M. Break that into a thousand overlapping deltas (ie the way it is actually done) and it will be much larger. -- Mathematics is the supreme nostalgia of our time. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/