unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
From: Eric Wong <e@yhbt.net>
To: meta@public-inbox.org
Subject: [PATCH 0/5] more indexing improvements
Date: Fri,  7 Aug 2020 10:52:13 +0000	[thread overview]
Message-ID: <20200807105218.16843-1-e@yhbt.net> (raw)

VERY big batch sizes seem helpful on HDDs..  And I also blew up
a run because --compact ran in parallel with 32 shards :x

And --help should exist for all commands users may run from
the CLI.

Eric Wong (5):
  v2writable: fix batch size accounting
  index: --compact respects --sequential-shard
  index: max out XAPIAN_FLUSH_THRESHOLD if using --batch-size
  searchidx: use Perl truthiness to detect XAPIAN_FLUSH_THRESHOLD
  index: add built-in --help / -?

 Documentation/public-inbox-index.pod |  4 +-
 lib/PublicInbox/SearchIdx.pm         |  3 +-
 lib/PublicInbox/V2Writable.pm        | 10 ++++-
 script/public-inbox-index            | 58 ++++++++++++++++++++++------
 4 files changed, 58 insertions(+), 17 deletions(-)

             reply	other threads:[~2020-08-07 10:52 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-07 10:52 Eric Wong [this message]
2020-08-07 10:52 ` [PATCH 1/5] v2writable: fix batch size accounting Eric Wong
2020-08-07 13:13   ` Eric Wong
2020-08-07 10:52 ` [PATCH 2/5] index: --compact respects --sequential-shard Eric Wong
2020-08-07 10:52 ` [PATCH 3/5] index: max out XAPIAN_FLUSH_THRESHOLD if using --batch-size Eric Wong
2020-08-07 10:52 ` [PATCH 4/5] searchidx: use Perl truthiness to detect XAPIAN_FLUSH_THRESHOLD Eric Wong
2020-08-07 10:52 ` [PATCH 5/5] index: add built-in --help / -? Eric Wong

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://public-inbox.org/README

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200807105218.16843-1-e@yhbt.net \
    --to=e@yhbt.net \
    --cc=meta@public-inbox.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).