unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* reindex improvements
@ 2019-04-16  1:46 David Bremner
  2019-04-16  1:46 ` [PATCH 1/2] CLI/reindex: fix memory leak David Bremner
  2019-04-16  1:46 ` [PATCH 2/2] n_m_remove_indexed_terms: reduce number of Xapian API calls David Bremner
  0 siblings, 2 replies; 7+ messages in thread
From: David Bremner @ 2019-04-16  1:46 UTC (permalink / raw)
  To: notmuch

With the upgrade path for the body: prefix being "notmuch reindex
'*'", it's important that that is usable. It turns out that due to a
blunder on my part it wasn't really unless your whole mail store fits
comfortably in RAM.

[PATCH 1/2] CLI/reindex: fix memory leak

       This is an outright bugfix. 
       
[PATCH 2/2] n_m_remove_indexed_terms: reduce number of Xapian API

       This is optional, but the performance payoff is impressive. I
       suspect it might be even more impressive on spinning rust, but
       I didn't test it.

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-05-23 11:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-16  1:46 reindex improvements David Bremner
2019-04-16  1:46 ` [PATCH 1/2] CLI/reindex: fix memory leak David Bremner
2019-04-17 17:04   ` Tomi Ollila
2019-04-19  2:22   ` David Bremner
2019-04-16  1:46 ` [PATCH 2/2] n_m_remove_indexed_terms: reduce number of Xapian API calls David Bremner
2019-05-22 11:58   ` David Bremner
2019-05-23 11:40   ` David Bremner

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

	https://yhetil.org/notmuch.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).