From: Eric Wong Date: Wed, 30 Oct 2019 21:19:46 +0000 (+0000) Subject: search: add note about SCHEMA_VERSION 15 X-Git-Tag: v1.2.0~12 X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=commitdiff_plain;h=7375e589c165cd0c5bae2d70ff8e279fb76216a2 search: add note about SCHEMA_VERSION 15 --reindex has gotten better over the years, and having parallel Xapian DB directories would exceed all available disk space for some users with giant inboxes. --- diff --git a/lib/PublicInbox/Search.pm b/lib/PublicInbox/Search.pm index 06a84c34..88c8dc70 100644 --- a/lib/PublicInbox/Search.pm +++ b/lib/PublicInbox/Search.pm @@ -54,6 +54,9 @@ use constant { # 13 - fix threading for empty References/In-Reply-To # (commit 83425ef12e4b65cdcecd11ddcb38175d4a91d5a0) # 14 - fix ghost root vivification + # 15 - see public-inbox-v2-format(5) + # further bumps likely unnecessary, we'll suggest in-place + # "--reindex" use for further fixes and tweaks SCHEMA_VERSION => 15, };