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: AS3215 2.6.0.0/16 X-Spam-Status: No, score=-3.5 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from mail-qt1-x82c.google.com (mail-qt1-x82c.google.com [IPv6:2607:f8b0:4864:20::82c]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id D41CC1F8C8 for ; Fri, 8 Oct 2021 17:33:39 +0000 (UTC) Received: by mail-qt1-x82c.google.com with SMTP id z24so5498422qtv.9 for ; Fri, 08 Oct 2021 10:33:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linuxfoundation.org; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=XABjXnOkoPGrwTBK2vUdWeGn56E48xsh+1KA1HEtti4=; b=dPwF+j9ft8MT7XBoTD6PzSHXx9uS23Q+knKoTMpt+M6X/iEG3OBVX9+n6H7iXDcvEf DpdOyjfbdPj9/heI+XVyR26KRm1D4bE6EWWjanou4Wy4yP/DJKQTyKAmSOJgvzfDlOpq EJhYKwN+bO1dvwcMSbENucC3K6drQf5BqUfv0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=XABjXnOkoPGrwTBK2vUdWeGn56E48xsh+1KA1HEtti4=; b=6/I0c4Hk342c+k22fEDC7W9vdc4jaIFRm0WOgEEMOMpaRulm7GlW+7OTXQdzETwUxM OTr8UBL9i9vJigXaBXUljaTxMvjqFgES7LxMdOj5UsBPaCfw3AqrJ2HtWm+s09+P83Oh 6EttUnBiP5oM27jA0mSvzn2R9xHydbsia2BWyUPjpTxhWYYe1we1PCl530lIeX8iIq8H a8QpEESGzfBDKeLWb6OVAHF5UUJNg+hQpatFKFUNvhEXY5zC9SR9aaw9ysl2Q0b8l+T1 Hr1uMfS6pPwcS7Sozj/Ze8QhNOdiM+SmwP5sqhX+qCDU4OQtCz5KO861LyC7Elh0RGv/ rEIw== X-Gm-Message-State: AOAM532MLCgxAmViIsRulT65Pje9GBqR5qQllGS7yYI2em5yGKT+9ys2 2PmSHOES+jZmIpHeilyPPgJsdw== X-Google-Smtp-Source: ABdhPJxT1hNZpXvPICw7vDg7qLIG15LLArCkrtL3a+6ZWsPvoWiHJfzekIUGs0wmF6V5eBysTexp6g== X-Received: by 2002:ac8:7d4a:: with SMTP id h10mr1895882qtb.369.1633714418670; Fri, 08 Oct 2021 10:33:38 -0700 (PDT) Received: from meerkat.local (bras-base-mtrlpq5031w-grc-32-216-209-220-181.dsl.bell.ca. [216.209.220.181]) by smtp.gmail.com with ESMTPSA id g5sm2483865qkm.112.2021.10.08.10.33.38 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 10:33:38 -0700 (PDT) Date: Fri, 8 Oct 2021 13:33:36 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: Troubleshooting threads missing from /all/ Message-ID: <20211008173336.ftokrvr73vcuhtpg@meerkat.local> References: <20211001204131.GA20263@dcvr> <20211001204943.l4yl6xvc45c5eapz@meerkat.local> <20211001205817.y2h3xypudngkttkj@meerkat.local> <20211001222509.GA1968@dcvr> <20211001231104.lne6aoq7a5hsqi2e@meerkat.local> <20211001234600.GA28791@dcvr> <20211005043954.GA23990@dcvr> <20211005180324.3miboond7ubth5v5@meerkat.local> <20211007213307.29376-0@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20211007213307.29376-0@dcvr> List-Id: On Thu, Oct 07, 2021 at 09:33:07PM +0000, Eric Wong wrote: > Konstantin Ryabitsev wrote: > > [publicinbox "regressions"] > > address = regressions@lists.linux.dev > > url = regressions > > inboxdir = /srv/public-inbox/lore.kernel.org/regressions > > indexlevel = full > > Btw, "indexlevel = basic" ought to be sufficient if an inbox > is in extindex once bugs are ironed out. full/medium is > of course helpful if messages are missing from extindex, > though... That would save tons of space for sure. How does that work, would the search box still be available on per-list basis? Does it just use extindex and additionally filter by list-id or some similar parameter? To switch from the current setup where every list has its own full index, is it sufficient to just set indexlevel = basic and delete the xapian db? Thanks, -K