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 3C9FB1F4B4; Tue, 8 Dec 2020 18:02:32 +0000 (UTC) Date: Tue, 8 Dec 2020 18:02:32 +0000 From: Eric Wong To: workflows@vger.kernel.org, meta@public-inbox.org Subject: Re: WIP: searching all of lore Message-ID: <20201208180232.GA20637@dcvr> References: <20201126194543.GA30337@dcvr> <20201128223457.GA31347@dcvr> <20201205200717.GA7923@dcvr> <20201208140111.3lxecf42d6ooskeb@chatter.i7.local> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20201208140111.3lxecf42d6ooskeb@chatter.i7.local> List-Id: Konstantin Ryabitsev wrote: > On Sat, Dec 05, 2020 at 08:07:17PM +0000, Eric Wong wrote: > > Per-inbox search also uses subset search, so all the existing > > inboxes should be searchable on an individual level, not just /all: > > http://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/lkml/ > > http://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/workflows/ > > http://rskvuqcfnfizkjg6h5jvovwb3wkikzcwskf54lfpymus6mxrzw67b5ad.onion/netdev/ > > So, are things to the point where we only need a single xapian db for > all lists, or do we still need to keep individual list indexes? Only indexlevel=basic (sqlite) for individual lists. This saves a bunch of FDs and provides ~60G overall space savings (not compacted). For all of lore: git + {over,msgmap}.sqlite3: 51G extindex "all" over.sqlite3 + Xapian: 193G