History log of /dovecot/src/indexer/worker-connection.h
Revision Date Author Comments Expand
294f579cd3803e2d9997231fdc46523c23774a8f 16-Aug-2011 Timo Sirainen <tss@iki.fi>

indexer: Added OPTIMIZE command to optimize fts index.

7c0e7d96e104a59df7b5aecdc0cbe4f6e304b7c7 10-Aug-2011 Timo Sirainen <tss@iki.fi>

doveadm index: Added -n parameter to specify max number of recent msgs to perform indexing. The idea is that if a user hasn't opened the mailbox for a long time (or ever), there's not much point in wasting time on doing indexing.

d9e404180ff26dbbaea68534a5f176765022b76b 27-Jun-2011 Timo Sirainen <tss@iki.fi>

Added "indexer" service, which uses worker processes to perform queued mailbox indexing. Only a single worker process will index the same user at the same time. This avoids lock waits, especially when doing full text search indexing with backends that require locking.