From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B3CCC1F54E; Thu, 25 Aug 2022 21:34:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1661463282; bh=lpy25fiDjSi98b6a0FDwMj/MRDtV6r8rpCz2mWtu7a0=; h=Date:From:To:Subject:References:In-Reply-To:From; b=HNFVfG/QvBS5d2E7swHhyhhjOIToa16ll+vioDzgpZpymnsI8wsiVIpveYh5O+pw5 dCVONQvMVC6Bd4IOMFK++5+o5PZhulY4bIWHTZ+1tZ/fDUZ48M63Z7pFfSkBRZPUrU 0/f4pd0XuMuw09nzmYrToZHuu9dADwLBCE+Ew7EE= Date: Thu, 25 Aug 2022 21:34:42 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: extindex for git? [was: an even bigger git show than before...] Message-ID: <20220825213442.M620858@dcvr> References: <20220822023346.938859-1-e@80x24.org> <20220822193413.M902704@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220822193413.M902704@dcvr> List-Id: Eric Wong wrote: > Eric Wong wrote: > > We can do things with patch emails, we might as well do some > > things with git commits for folks with coderepos configured. > > I wanted to add search to git repos ages ago, but it was silly > expensive in terms of space. That was before extindex... > > extindex ought to be able to offer space savings across forks > and similar documents (commits vs patch mails). > > At least dfpre/dfpost/dfn/subject may be enough, even... And I'm also thinking extindexing coderepos can make auto-assocation with inboxes possible. Right now, configuring coderepos on a large scale is a huge PITA given the M:N associations between inboxes and coderepos. Being able to do fuzzy JOIN-ish operations based on blobs/filenames/subjects would allow extindex to automatically associate coderepos with inboxes and vice-versa.