[Dovecot] Is Dovecot able to use PostgreSQL to store mailboxes?

Timo Sirainen tss at iki.fi
Tue Jun 22 06:14:58 EEST 2004


On 22.6.2004, at 04:49, Tom Allison wrote:

> I had a conversation with the same fellow a while back.
>
> I'm told that dbmail is actually very fast in mail retrieval.  But I 
> was unable to confirm it myself.

It could be fast, but it couldn't be faster than doing "cat mailfile", 
which is basically what maildir clients do.

> In short, they store the entire header in one field and the entire 
> body in another field.  Hardly optimized for the three or four most 
> common sorts (date, subject, sender, threaded)

Sorting could be completely done by SQL server with ORDER BY, but 
threading would require just fetching a few headers and doing it 
internally. Dovecot 1.0's cache file btw. keeps the commonly used 
headers stored in it.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PGP.sig
Type: application/pgp-signature
Size: 186 bytes
Desc: This is a digitally signed message part
URL: <http://dovecot.org/pipermail/dovecot/attachments/20040622/1b574faa/attachment-0001.bin>


More information about the dovecot mailing list