Re: Git as a filesystem

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Peter Stahlir <peter.stahlir@...>
Cc: <git@...>
Date: Friday, September 21, 2007 - 10:38 am

Peter Stahlir wrote:

Yes, surely.  Your idea suggests that you want any file to be
reconstructed on-the-fly whenever it's being requested.  Isn't
there the danger of killing performance, the CPU being the
bottleneck?  I imagine such a debian mirror has quite some
traffic.


I doubt so.  There sure is lots of redundancy within each file and
that's what compressed file systems are good for.  But what you
talk about is redundancy across (unversioned) files, and I don't
feel there is a lot of it.  Yes, I might have a few copies of the
file COPYING on my disk, and maybe some of my sources share a few
functions, but this won't save me tons of space.  All my binaries,
libraries, MP3s, videos, config files, etc don't really have any
redundancy across file boundaries.  And even if there is, finding
that redundancy is an O(whatever-but-not-n) operation that would
be rather slow.

I definitely see gitfs (or similar ideas) as potentially being
useful in some cases (maybe debian mirrors could be one), but not
for my disk at home, which I generally would prefer to be faster
than more compressed.

jlh
-
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:
Git as a filesystem, Peter Stahlir, (Fri Sep 21, 6:51 am)
Re: Git as a filesystem, Johannes Schindelin, (Fri Sep 21, 7:11 am)
Re: Git as a filesystem, Miklos Vajna, (Fri Sep 21, 10:22 am)
Re: Git as a filesystem, Peter Stahlir, (Fri Sep 21, 7:41 am)
Re: Git as a filesystem, Nicolas Pitre, (Fri Sep 21, 9:22 am)
Re: Git as a filesystem, Eric Wong, (Fri Sep 21, 7:33 pm)
Re: Git as a filesystem, Johannes Schindelin, (Fri Sep 21, 7:42 pm)
Re: Git as a filesystem, Eric Wong, (Fri Sep 21, 10:06 pm)
Re: Git as a filesystem, Johannes Schindelin, (Sat Sep 22, 8:06 am)
Re: Git as a filesystem, Peter Stahlir, (Fri Sep 21, 9:35 am)
Re: Git as a filesystem, Christian von Kietzell, (Fri Sep 21, 11:46 am)
Re: Git as a filesystem, Nicolas Pitre, (Fri Sep 21, 9:45 am)
Re: Git as a filesystem, Karl , (Fri Sep 21, 8:53 am)
Re: Git as a filesystem, Peter Stahlir, (Fri Sep 21, 9:28 am)
Re: Git as a filesystem, Dmitry Potapov, (Fri Sep 21, 1:29 pm)
Re: Git as a filesystem, Martin Langhoff, (Fri Sep 21, 7:56 pm)
Re: Git as a filesystem, Sam Vilain, (Fri Sep 21, 11:09 pm)
Re: Git as a filesystem, jlh, (Fri Sep 21, 10:38 am)
Re: Git as a filesystem, Michael Poole, (Fri Sep 21, 9:41 am)