about summary refs log tree commit homepage
path: root/Documentation/RelNotes/v1.7.0.wip
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-10-12 22:44:59 +0000
committerEric Wong <e@80x24.org>2021-10-13 00:41:24 +0000
commit4a0016570e356b09c840c60a17b8557cde0fb7a0 (patch)
tree6f9d17bdcbdc63f88de56f873a113134b06799cb /Documentation/RelNotes/v1.7.0.wip
parent340b740e5caa8337b91b4f490ff60c1084931be6 (diff)
downloadpublic-inbox-4a0016570e356b09c840c60a17b8557cde0fb7a0.tar.gz
Diffstat (limited to 'Documentation/RelNotes/v1.7.0.wip')
-rw-r--r--Documentation/RelNotes/v1.7.0.wip14
1 files changed, 13 insertions, 1 deletions
diff --git a/Documentation/RelNotes/v1.7.0.wip b/Documentation/RelNotes/v1.7.0.wip
index f71f447f..854c2fce 100644
--- a/Documentation/RelNotes/v1.7.0.wip
+++ b/Documentation/RelNotes/v1.7.0.wip
@@ -8,7 +8,11 @@ Another big release focused on multi-inbox search and scalability.
 
 * general changes
 
-  config file parsing is 2x faster with 50K inboxes
+  - config file parsing is 2x faster with 50K inboxes
+
+  - deduplication ignores whitespace differences within address fields
+
+  - "PRAGMA optimize" is now issued on commits for SQLite 3.18+
 
 * read-only public-inbox-daemon (-httpd, -nntpd, -imapd):
 
@@ -47,6 +51,14 @@ Another big release focused on multi-inbox search and scalability.
   filesystem or over HTTP(S).  See lei(1), lei-overview(7), and other
   lei-* manpages for details.
 
+* public-inbox-index
+
+  - non-strict (Subject-based) threading supports non-ASCII characters,
+    reindexing is necessary for old messages with non-ASCII subjects.
+
+  - --batch-size is now 8M on 64-bit systems for throughput improvements,
+    higher values are still advised for more powerful hardware.
+
 * public-inbox-watch
 
   - IMAP and NNTP code shared with lei, fixing an off-by-one error