user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] search: add note about SCHEMA_VERSION 15
@ 2019-10-30 21:19 Eric Wong
  0 siblings, 0 replies; only message in thread
From: Eric Wong @ 2019-10-30 21:19 UTC (permalink / raw)
  To: meta

--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,
 };
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-10-30 21:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-30 21:19 [PATCH] search: add note about SCHEMA_VERSION 15 Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

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