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.0.0.0/16 X-Spam-Status: No, score=-3.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI,SPF_HELO_PASS, SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 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 5F8311F59D for ; Wed, 3 Aug 2022 23:50:16 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (2048-bit key; unprotected) header.d=kyleam.com header.i=@kyleam.com header.b="BCBW/8yp"; dkim-atps=neutral X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1659570612; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=mOPKPfy32+7hEzoUi+5HnfIpym1tWcCvnyWGK6tKTCI=; b=BCBW/8ypTmWFRNkcSEAZSvmGr0uO9yw6JMbJIH+ZNsOTToRa8go5W5nI4Bd//Nu59VAagg SS65+YIoQQI8JEaKBF9icZEuq61Os+MvEn+iDuiIQ38zkxpwUN2q7Wa68bgDVo9fVlwAvE mDLW0AGNxbNhOolZnmZ4ASSoQVkOrOvQ8CP+CQRgi5eAtHmsB/YaxgQ1XEv0x4VAOcoLsR oBm7x/mV1zpaN1Uf4hrXx29D+0ti1iE+7lkvNOT5Y0pB84u8uinydKhhzWMSl2wA+HyIY3 Wvi8xRE3UG2XoB/M7zUGTi3gsfoqmYzP6D50ySI2pT3Qt/ztTdvanx6HTjY+Vg== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 0/4] use ALL to speedup -nntpd and -imapd In-Reply-To: <20220803200357.1322670-1-e@80x24.org> References: <20220803200357.1322670-1-e@80x24.org> Date: Wed, 03 Aug 2022 19:50:10 -0400 Message-ID: <87fsicq43x.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyleam.com List-Id: Eric Wong writes: > Just a normal "public-inbox-extindex --all" invocation should be > enough to trigger these optimizations, no --reindex necessary. > > -imapd startup is around ~3x faster, NNTP LIST is ~40x faster. Nice, thank you!