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=-4.0 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 3DAAB1F990 for ; Fri, 7 Aug 2020 01:14:06 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/7] index: --sequential-shard and other stuff Date: Fri, 7 Aug 2020 01:13:59 +0000 Message-Id: <20200807011406.12285-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/7 is a minor usability fix (more on the way) 5/7 is a major improvement for HDDs 6/7 is useful to developers, and may be useful to users a few months down the line And the rest are minor fixes related to indexing... Eric Wong (7): xapcmd: quietly no-op on indexlevel=basic xapcmd: remove redundant searchidx require xapcmd: drop outdated comment v2writable: fix rethread cleanup index: v2: indexSequentialShard / --sequential-shard option index: support --xapian-only switch index+xcpdb: rename `--no-sync' to `--no-fsync' Documentation/public-inbox-config.pod | 6 ++ Documentation/public-inbox-index.pod | 55 ++++++++++++++- Documentation/public-inbox-v2-format.pod | 11 ++- Documentation/public-inbox-xcpdb.pod | 2 +- lib/PublicInbox/Config.pm | 9 +-- lib/PublicInbox/OverIdx.pm | 2 +- lib/PublicInbox/SearchIdx.pm | 6 +- lib/PublicInbox/SearchIdxShard.pm | 10 ++- lib/PublicInbox/V2Writable.pm | 88 ++++++++++++++++++++++-- lib/PublicInbox/WatchMaildir.pm | 2 +- lib/PublicInbox/Xapcmd.pm | 18 ++--- script/public-inbox-index | 33 +++++++-- t/config.t | 6 +- t/indexlevels-mirror.t | 24 +++++-- t/v2mirror.t | 14 ++++ 15 files changed, 235 insertions(+), 51 deletions(-)