From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 569EC1F406; Mon, 15 Jan 2018 18:27:31 +0000 (UTC) Date: Mon, 15 Jan 2018 18:27:31 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Has anyone tried importing lkml? Message-ID: <20180115182731.GA9768@80x24.org> References: <20180115175534.GA5787@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Konstantin Ryabitsev wrote: > Does frequent repacking with --write-bitmap-index help at all? The > bitmaps usually dramatically improve cloning speeds for us. Yes, but repacking itself is not easy. Peff did some analysis a while ago: https://public-inbox.org/git/20160805092805.w3nwv2l6jkbuwlzf@sigill.intra.peff.net/ Storing object IDs in Xapian helps a lot avoid git graph/tree lookup overheads for generating Atom feeds and such. Also, does kernel.org have the complete archives anywhere? I only have the last ~4 years or so.