]> Sergey Matveev's repositories - public-inbox.git/commitdiff
xcpdb: support resharding v2 repos
authorEric Wong <e@80x24.org>
Thu, 13 Jun 2019 00:29:37 +0000 (00:29 +0000)
committerEric Wong <e@80x24.org>
Fri, 14 Jun 2019 01:31:25 +0000 (01:31 +0000)
v2 repos are sometimes created on machines where CPU
parallelization exceeds the capability of the storage devices.

In that case, users may reshard the Xapian DB to any smaller,
positive integer to avoid excessive overhead and contention when
bottlenecked by slow storage.

Resharding can also be used to increase shard count after
hardware upgrades.


No differences found