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-Status: No, score=-3.8 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 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 3BB9C1F4B4; Fri, 25 Dec 2020 10:39:40 +0000 (UTC) Date: Fri, 25 Dec 2020 10:39:40 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [PATCH 0/7] index + extindex interaction improvements Message-ID: <20201225103940.GA8814@dcvr> References: <20201225102115.6745-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201225102115.6745-1-e@80x24.org> List-Id: Eric Wong wrote: > Some things which make -index less painful when auto-updating > external indices. > > "public-inbox-extindex --all" itself is still painfully slow > with 50K inboxes, but I think that can only be used once for > initialization and -index can be relied on for all incremental > updates. I've been wondering if --watch mode (using inotify) might be a good idea for indexing in mirrors, too (or with -mda). This would especially be helpful for those who want to keep extindex directories owned by a separate user than the one who writes to inboxes.