You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Norman Maurer (JIRA)" <ji...@apache.org> on 2011/04/13 17:47:06 UTC

[jira] [Created] (MAILBOX-50) Optimize StoreMessageManager.expunge(..)

Optimize StoreMessageManager.expunge(..)
----------------------------------------

                 Key: MAILBOX-50
                 URL: https://issues.apache.org/jira/browse/MAILBOX-50
             Project: James Mailbox
          Issue Type: Improvement
          Components: store
            Reporter: Norman Maurer
            Assignee: Norman Maurer
             Fix For: 0.2


At the moment we get a list of every MailboxMembership and then call delete for every of these. This can be handled a way more performant with many storages. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


[jira] [Resolved] (MAILBOX-50) Optimize StoreMessageManager.expunge(..)

Posted by "Norman Maurer (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/MAILBOX-50?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Norman Maurer resolved MAILBOX-50.
----------------------------------

    Resolution: Fixed

done

> Optimize StoreMessageManager.expunge(..)
> ----------------------------------------
>
>                 Key: MAILBOX-50
>                 URL: https://issues.apache.org/jira/browse/MAILBOX-50
>             Project: James Mailbox
>          Issue Type: Improvement
>          Components: store
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>             Fix For: 0.2
>
>
> At the moment we get a list of every MailboxMembership and then call delete for every of these. This can be handled a way more performant with many storages. 

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org