On Sep 21, 2009, at 10:17 AM, Patrick Nagel wrote:
On 2009-09-21 14:21, Timo Sirainen wrote:
On Sep 21, 2009, at 7:07 AM, Charles Sprickman wrote:
-searches across 2GB+ of mail are painfully slow, since it's all server-side
You could improve this with http://wiki.dovecot.org/Plugins/FTS
... but note that FTS creates one index per mailbox (=folder), so
with a huge amount of folders (which seems to be the case in your setup), it
won't help you much.
With Squat, yes. With Solr everything is in the same index.
Timo, wasn't there a way to get around this limitation via virtual
folders?
I think with a virtual mailbox containing "all mailboxes" Squat also
creates a single index for it. Solr is also optimized for virtual
mailboxes, it won't even duplicate indexes for them.
I'm not very happy with Squat in general. The index updating speed is
way too slow. Needs a redesign some day.. Nowadays Cyrus can also do
incremental Squat indexing, I guess I should see how they're doing
it. :)