user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 4/5] doc: relnotes: note some recent improvements
  2021-10-12 22:44  6% [PATCH 0/5] fix extindex reindex harder Eric Wong
@ 2021-10-12 22:44  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-10-12 22:44 UTC (permalink / raw)
  To: meta

---
 Documentation/RelNotes/v1.7.0.wip | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)

diff --git a/Documentation/RelNotes/v1.7.0.wip b/Documentation/RelNotes/v1.7.0.wip
index f71f447feb4d..854c2fce7c88 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

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/5] fix extindex reindex harder
@ 2021-10-12 22:44  6% Eric Wong
  2021-10-12 22:44  7% ` [PATCH 4/5] doc: relnotes: note some recent improvements Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2021-10-12 22:44 UTC (permalink / raw)
  To: meta

1/5 may affect some users
3/5 quiets things down for users on SQLite <3.18
5/5 is a good usability fix for me

Eric Wong (5):
  extindex: flush pending reindex before unref
  lei/store: use remove_doc to save some LoC
  index: optimize after all SQLite DB commits
  doc: relnotes: note some recent improvements
  lei up --all: show output for warnings

 Documentation/RelNotes/v1.7.0.wip | 14 +++++++++++++-
 lib/PublicInbox/ExtSearchIdx.pm   |  4 ++++
 lib/PublicInbox/LEI.pm            | 12 ++++++++----
 lib/PublicInbox/LeiMailSync.pm    |  2 +-
 lib/PublicInbox/LeiStore.pm       |  3 +--
 lib/PublicInbox/LeiUp.pm          |  7 +++++++
 lib/PublicInbox/OverIdx.pm        |  1 +
 lib/PublicInbox/SearchIdx.pm      |  1 +
 lib/PublicInbox/V2Writable.pm     | 16 +++++-----------
 9 files changed, 41 insertions(+), 19 deletions(-)

^ permalink raw reply	[relevance 6%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-10-12 22:44  6% [PATCH 0/5] fix extindex reindex harder Eric Wong
2021-10-12 22:44  7% ` [PATCH 4/5] doc: relnotes: note some recent improvements 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).