From: "jamesmikedupont@googlemail.com" <jamesmikedupont@googlemail.com>
To: Bernie Innocenti <bernie@codewiz.org>
Cc: Samuel Klein <meta.sj@gmail.com>,
Wikimedia Foundation Mailing List
<foundation-l@lists.wikimedia.org>, git <git@vger.kernel.org>
Subject: Re: [Foundation-l] Wikipedia meets git
Date: Wed, 21 Oct 2009 22:08:39 +0200 [thread overview]
Message-ID: <ee9cc730910211308u5a0284d6he483b0904ddb6068@mail.gmail.com> (raw)
In-Reply-To: <1256154567.1477.87.camel@giskard>
Wow,
I am impressed.
Let me remind you of one thing,
most people are working on very small subsets of the data. Very few
people will want to have all the data, think about getting all the
versions from all the git repos, it would be the same.
My idea is for smaller chapters who want to get started easily, or
towns, regions to host their own branches of relevant data.
Given a world full of such servers, the sum would be great but the
individual branches needed at one time would be small.
mike
On Wed, Oct 21, 2009 at 9:49 PM, Bernie Innocenti <bernie@codewiz.org> wrote:
> [cc+=git@vger.kernel.org]
>
> El Wed, 21-10-2009 a las 08:43 -0400, Samuel Klein escribió:
>> That sounds like a great idea. I know a few other people who have
>> worked on git-based wikis and toyed with making them compatible with
>> mediawiki (copying bernie innocenti, one of the most eloquent :).
>
> Then I'll do my best to sound as eloquent as expected :)
>
> While I think git's internal structure is wonderfully simple and
> elegant, I'm a little worried about its scalability in the wiki usecase.
>
> The scenario for which git's repository format was designed is "patch
> oriented" revision control of a filesystem tree. The central object of a
> git tree is the "commit", which represents a set of changes on multiple
> files. I'll disregard all the juicy details on how the changes are
> actually packed together to save disk space, making git's repository
> format amazingly compact.
>
> Commits are linked to each other in order to represent the history. Git
> can efficiently represent a highly non-linear history with thousands of
> branches, each containing hundreds of thousands revisions. Branching and
> merging huge trees is so fast that one is left wondering if anything has
> happened at all.
>
> So far, so good. This commit-oriented design is great if you want to
> track the history *the whole tree* at once, applying related changes to
> multiple files atomically. In Git, as well as most other version control
> systems, there's no such thing as a *file* revision! Git manages entire
> trees. Trees are assigned unique revision numbers (in fact, ugly sha-1
> hashes), and can optionally by tagged or branched at will.
>
> And here's the the catch: the history of individual files is not
> directly represented in a git repository. It is typically scattered
> across thousands of commit objects, with no direct links to help find
> them. If you want to retrieve the log of a file that was changed only 6
> times in the entire history of the Linux kernel, you'd have to dig
> through *all* of the 170K revisions in the "master" branch.
>
> And it takes some time even if git is blazingly fast:
>
> bernie@giskard:~/src/kernel/linux-2.6$ time git log --pretty=oneline REPORTING-BUGS | wc -l
> 6
>
> real 0m1.668s
> user 0m1.416s
> sys 0m0.210s
>
> (my laptop has a low-power CPU. A fast server would be 8-10x faster).
>
>
> Now, the English Wikipedia seems to have slightly more than 3M articles,
> with--how many? tenths of millions of revisions for sure. Going through
> them *every time* one needs to consult the history of a file would be
> 100x slower. Tens of seconds. Not acceptable, uh?
>
> It seems to me that the typical usage pattern of an encyclopedia is to
> change each article individually. Perhaps I'm underestimating the role
> of bots here. Anyway, there's no consistency *requirement* for mass
> changes to be applied atomically throughout all the encyclopedia, right?
>
> In conclusion, the "tree at a time" design is going to be a performance
> bottleneck for a large wiki, with no useful application. Unless of
> course the concept of changesets was exposed in the UI, which would be
> an interesting idea to explore.
>
> Mercurial (Hg) seems to have a better repository layout for the "one
> file at a time" access pattern... Unfortunately, it's also much slower
> than git for almost any other purpose, sometimes by an order of
> magnitude. I'm not even sure how well Hg would cope with a repository
> containing 3M files and some 30M revisions. The largest Hg tree I've
> dealt with is the "mozilla central" repo, which is already unbearably
> slow to work with.
>
> It would be interesting to compare notes with the other DSCM hackers,
> too.
>
> --
> // Bernie Innocenti - http://codewiz.org/
> \X/ Sugar Labs - http://sugarlabs.org/
>
> --
> 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
>
next prev parent reply other threads:[~2009-10-21 20:08 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <ee9cc730910151155w307a87f0w7bba5c4039bb1ef9@mail.gmail.com>
[not found] ` <e692861c0910170118n6cabcc0bt3a4028cbbb54da86@mail.gmail.com>
[not found] ` <ee9cc730910170140m5a7f2949h80afce7398d9e503@mail.gmail.com>
[not found] ` <71cd4dd90910170705o7c61e06fuacba41f447571b45@mail.gmail.com>
[not found] ` <deea21830910170804s61786d8ewae0bc9390baaed71@mail.gmail.com>
[not found] ` <71cd4dd90910170823o3f58b8c2x1d39040e7582634@mail.gmail.com>
[not found] ` <ee9cc730910170939m6e83ad2fy5f22a541c3679638@mail.gmail.com>
[not found] ` <deea21830910170953o33823dd3rd7a9305f9ea794d@mail.gmail.com>
[not found] ` <ee9cc730910171011l1b68a1a0q7096a93c36362959@mail.gmail.com>
[not found] ` <e405c96a0910190830y51009225lc72942a703575042@mail.gmail.com>
[not found] ` <5396c0d10910210543i4c0a3350je5bee4c6389a2292@mail.gmail.com>
2009-10-21 19:49 ` [Foundation-l] Wikipedia meets git Bernie Innocenti
2009-10-21 20:08 ` jamesmikedupont [this message]
2009-10-21 23:36 ` David Gerard
[not found] ` <fbad4e140910211636hd772962x4535ccbda6faa3c7-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-10-22 6:27 ` jamesmikedupont-gM/Ye1E23mwN+BqQ9rBEUg
2009-10-21 20:31 ` [Foundation-l] " Avery Pennarun
2009-10-21 21:05 ` Nicolas Pitre
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=ee9cc730910211308u5a0284d6he483b0904ddb6068@mail.gmail.com \
--to=jamesmikedupont@googlemail.com \
--cc=bernie@codewiz.org \
--cc=foundation-l@lists.wikimedia.org \
--cc=git@vger.kernel.org \
--cc=meta.sj@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).