From 7375e589c165cd0c5bae2d70ff8e279fb76216a2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Wed, 30 Oct 2019 21:19:46 +0000 Subject: 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. --- lib/PublicInbox/Search.pm | 3 +++ 1 file changed, 3 insertions(+) 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, }; -- cgit v1.2.3-24-ge0c7