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)" <se...@james.apache.org> on 2010/03/18 11:26:27 UTC

[jira] Created: (IMAP-118) Use some kind of autoscalling for storing nodes

Use some kind of autoscalling for storing nodes
-----------------------------------------------

                 Key: IMAP-118
                 URL: https://issues.apache.org/jira/browse/IMAP-118
             Project: JAMES Imap
          Issue Type: Improvement
          Components: JCR Mailbox
            Reporter: Norman Maurer


We should use some kind of autoscalling for storing nodes to get a better performance with thousands of users. Currently we store for example the subscriptions like:

/subscriptions/username/mailboxname

With autoscalling it would look like this:

/subscriptions/u/us/use/user/..../m/ma/mai/mail/... 

See this for some ideas:

http://blog.tfd.co.uk/2010/03/07/jackrabbit2-user-manager-scaling/
http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java?revision=881215&view=markup



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Resolved: (IMAP-118) Use some kind of autoscalling for storing nodes

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

Norman Maurer resolved IMAP-118.
--------------------------------

      Assignee: Norman Maurer
    Resolution: Won't Fix

After relayout the jcr data we don't need autoscaling atm. So close it for now

> Use some kind of autoscalling for storing nodes
> -----------------------------------------------
>
>                 Key: IMAP-118
>                 URL: https://issues.apache.org/jira/browse/IMAP-118
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: JCR Mailbox
>            Reporter: Norman Maurer
>            Assignee: Norman Maurer
>
> We should use some kind of autoscalling for storing nodes to get a better performance with thousands of users. Currently we store for example the subscriptions like:
> /subscriptions/username/mailboxname
> With autoscalling it would look like this:
> /subscriptions/u/us/use/user/..../m/ma/mai/mail/... 
> See this for some ideas:
> http://blog.tfd.co.uk/2010/03/07/jackrabbit2-user-manager-scaling/
> http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java?revision=881215&view=markup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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


[jira] Commented: (IMAP-118) Use some kind of autoscalling for storing nodes

Posted by "Norman Maurer (JIRA)" <se...@james.apache.org>.
    [ https://issues.apache.org/jira/browse/IMAP-118?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12846833#action_12846833 ] 

Norman Maurer commented on IMAP-118:
------------------------------------

And this..

http://github.com/ieb/open-experiments/blob/master/slingtests/osgikernel/libraries/utils/src/main/java/org/sakaiproject/nakamura/util/PathUtils.java

Thx Ian

> Use some kind of autoscalling for storing nodes
> -----------------------------------------------
>
>                 Key: IMAP-118
>                 URL: https://issues.apache.org/jira/browse/IMAP-118
>             Project: JAMES Imap
>          Issue Type: Improvement
>          Components: JCR Mailbox
>            Reporter: Norman Maurer
>
> We should use some kind of autoscalling for storing nodes to get a better performance with thousands of users. Currently we store for example the subscriptions like:
> /subscriptions/username/mailboxname
> With autoscalling it would look like this:
> /subscriptions/u/us/use/user/..../m/ma/mai/mail/... 
> See this for some ideas:
> http://blog.tfd.co.uk/2010/03/07/jackrabbit2-user-manager-scaling/
> http://svn.apache.org/viewvc/jackrabbit/trunk/jackrabbit-core/src/main/java/org/apache/jackrabbit/core/security/user/UserManagerImpl.java?revision=881215&view=markup

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


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