unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH/RFC 0/2] *index: sequential commits
@ 2021-07-27 10:44 Eric Wong
  2021-07-27 10:44 ` [PATCH 1/2] treewide: s/sequential_shard/sequential-shard/g Eric Wong
  2021-07-27 10:44 ` [RFC 2/2] index+extindex: support indexSequentialCommit Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2021-07-27 10:44 UTC (permalink / raw)
  To: meta

To avoid Xapian slowdowns with gigantic DBs, more shards seem
necessary.  But that can mean excessive parallelism, especially
in writes.  So introduce a middle road between fully parallel
and fully serialized behavior by only serializing commits.

2/2 is lightly tested (and will probably take a bit...)

Eric Wong (2):
  treewide: s/sequential_shard/sequential-shard/g
  index+extindex: support indexSequentialCommit

 Documentation/public-inbox-index.pod | 22 ++++++++++++++++++++++
 lib/PublicInbox/Admin.pm             |  4 ++--
 lib/PublicInbox/Config.pm            |  2 +-
 lib/PublicInbox/ExtSearchIdx.pm      |  1 +
 lib/PublicInbox/LEI.pm               |  4 ++--
 lib/PublicInbox/V2Writable.pm        | 23 ++++++++++++++++-------
 script/public-inbox-convert          |  2 +-
 script/public-inbox-extindex         |  1 +
 script/public-inbox-index            | 13 ++++++++-----
 script/public-inbox-xcpdb            |  4 ++--
 t/v2mirror.t                         |  8 ++++----
 11 files changed, 60 insertions(+), 24 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-07-27 10:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-27 10:44 [PATCH/RFC 0/2] *index: sequential commits Eric Wong
2021-07-27 10:44 ` [PATCH 1/2] treewide: s/sequential_shard/sequential-shard/g Eric Wong
2021-07-27 10:44 ` [RFC 2/2] index+extindex: support indexSequentialCommit Eric Wong

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).