]> Sergey Matveev's repositories - public-inbox.git/commitdiff
searchmsg: remove ensure_metadata
authorEric Wong <e@80x24.org>
Tue, 20 Dec 2016 03:03:57 +0000 (03:03 +0000)
committerEric Wong <e@80x24.org>
Tue, 20 Dec 2016 08:24:25 +0000 (08:24 +0000)
Instead, only preload the ->mid field for threading,
as we only need ->thread and ->path once in Search->get_thread
(but we will need the ->mid field repeatedly).

This more than doubles View->load_results performance on
according to thread-all on an inbox with over 300K messages.


No differences found