Paul J Stevens пишет:
Bokhan Artem wrote:
Paul, what for dbmail executes this query with imap "select Inbox"?
It retrieves the meta data for all messages in the mailbox involved.
But "select" does not need all table for current mailbox, only summaries...
That's headshot for large mailboxes.
It shouldn't be that hard on the database. How big is that mailbox?
Main advantage of database driven mail system is speed, especially with
large mailboxes. The database itself allows us to have millions of
messages per mailbox.
So there must not be any query that selects all rows, let database to do
calculation job...
In my case that is about 1000 rows (that is about 2000 syscalls now), it
is just a test mailbox.
_______________________________________________
Dbmail-dev mailing list
[email protected]
http://twister.fastxs.net/mailman/listinfo/dbmail-dev