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.0 required=3.0 tests=ALL_TRUSTED,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 E44631F670 for ; Sun, 10 Oct 2021 14:25:18 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/8] extindex and then some... Date: Sun, 10 Oct 2021 14:25:10 +0000 Message-Id: <20211010142518.7012-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: One notable fix for -extindex --gc, a couple of minor things here and there. Still need to speed up --reindex... Eric Wong (8): lei_to_mail: show --output on augment progress failure admin: add '# ' prefix for progress messages set nodatacow on more SQLite files extindex: speed up Xapian cleanup in --gc extindex: minor cost reductions extindex: --gc doesn't touch ghost entries lei/store: keep ".err-XXXX" in stderr tmpfile extindex: sync each inbox before checking for missed messages lib/PublicInbox/Admin.pm | 2 +- lib/PublicInbox/ExtSearchIdx.pm | 51 +++++++++++++++++++++------------ lib/PublicInbox/LeiStore.pm | 2 +- lib/PublicInbox/LeiToMail.pm | 2 +- lib/PublicInbox/Over.pm | 4 ++- lib/PublicInbox/SearchIdx.pm | 3 ++ lib/PublicInbox/SharedKV.pm | 3 +- 7 files changed, 43 insertions(+), 24 deletions(-)