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,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 23B481F66E for ; Wed, 12 Aug 2020 09:17:19 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/6] xcpdb -index improvements Date: Wed, 12 Aug 2020 09:17:13 +0000 Message-Id: <20200812091719.13739-1-e@yhbt.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: Nothing terribly exciting, since xcpdb isn't really used often. But it'd be bad if it flooded the system with many parallel processes on HDD because -index was configured for many small shards. So now it now supports --sequential-shard and all the other index options. Eric Wong (6): xapcmd: simplify sub reference xcpdb: support --no-fsync from CLI xapcmd: reduce CPU idling when shards exceeds job count admin: don't warn when --jobs exceeds shards xcpdb: wire up new index options and --help v2writable: remove IdxStack import Documentation/public-inbox-xcpdb.pod | 19 +++++++- lib/PublicInbox/Admin.pm | 4 +- lib/PublicInbox/V2Writable.pm | 1 - lib/PublicInbox/Xapcmd.pm | 12 +++-- script/public-inbox-xcpdb | 65 +++++++++++++++++++++++----- 5 files changed, 83 insertions(+), 18 deletions(-)