X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=Documentation%2Fpublic-inbox-xcpdb.pod;h=149c8f78c738fc60a18e1f9def1e295d745f65eb;hb=95bdac7f09c69036efed537a4d03d5bdd2ae4eb6;hp=5697dcddb67d31ef96acc9266e52c8539a51ae0a;hpb=666f1b8f5c7c76333df4e1296c1668abf04f210f;p=public-inbox.git diff --git a/Documentation/public-inbox-xcpdb.pod b/Documentation/public-inbox-xcpdb.pod index 5697dcdd..149c8f78 100644 --- a/Documentation/public-inbox-xcpdb.pod +++ b/Documentation/public-inbox-xcpdb.pod @@ -4,7 +4,7 @@ public-inbox-xcpdb - upgrade Xapian DB formats =head1 SYNOPSIS - public-inbox-xcpdb INBOX_DIR + public-inbox-xcpdb [OPTIONS] INBOX_DIR =head1 DESCRIPTION @@ -14,10 +14,38 @@ upgrading to the latest database format supported by Xapian recover from Xapian database modifications from L or L. -This is intended for upgrading the database format used by -Xapian. It DOES NOT upgrade the schema used by the -public-inbox PSGI search interface (see -L). +=head1 OPTIONS + +=over + +=item --compact + +In addition to performing the copy operation, run L +on each Xapian shard after copying but before finalizing it. +Compared to the cost of copying a Xapian database, compacting a +Xapian database takes only around 5% of the time required to copy. + +Compared to L, use of this option is +preferable for gigantic inboxes where the coarse-grained lock +currently required for L can cause +the compaction to take hours at-a-time. + +=item --reshard=N / -R N + +Reshard the Xapian database on a L +inbox to C shards . Since L is not suitable +for merging, users can rely on this switch to reshard the +existing Xapian database(s) to any positive value of C. + +This is useful in case the Xapian DB was created with too few or +too many shards given the capabilities of the current hardware. + +=item --blocksize / --no-full / --fuller + +These options are passed directly to L when +used with C<--compact>. + +=back =head1 ENVIRONMENT @@ -40,6 +68,12 @@ Default: 10000 =head1 UPGRADING +This tool is intended for admins upgrading Xapian search databases +used by public-inbox, NOT users upgrading public-inbox itself. + +In particular, it DOES NOT upgrade the schema used by the +PSGI search interface (see L). + =head1 CONTACT Feedback welcome via plain-text mail to L @@ -49,10 +83,10 @@ and L =head1 COPYRIGHT -Copyright 2019 all contributors L +Copyright 2019-2020 all contributors L License: AGPL-3.0+ L =head1 SEE ALSO -L, L +L, L, L