Displaying 1 result from an estimated 1 matches for "6074155".
2006 Dec 10
1
Full text search indexing
...s" word doesn't exist.
I think searching the words backwards usually finds fewer hits and makes
the search faster.
As for the index sizes, indexing my dovecot mbox with 7495 messages and
size of 32479980 bytes it produced:
dovecot.index.search : 2166526 bytes
dovecot.index.search.uids : 6074155 bytes
So that's about 25% of the mailbox size. Last I checked, Cyrus Squat
took about 120% (with different messages). Anyway as you can see the
uids file is larger than the search trie file, so the number of messages
is more important in determining the index size than the number of
bytes.
Th...