[
https://issues.apache.org/jira/browse/JCR-2710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12897728#action_12897728
]
angela commented on JCR-2710:
-----------------------------
one minor note: i would really appreciate if you would use our common coding
style for indention if it affects code that i have to
work with as well...
and notes to overall approach:
i'm still convinced (and yes this happens rarely) that repository internal
information should be kept protected... specially since you
rely on the structure you are building. if it was just a random stucture
without any meaning this was a different story... the way it is built
now, i pretty sure that this will cause us troubles.
> Add support for large number of users in a group
> ------------------------------------------------
>
> Key: JCR-2710
> URL: https://issues.apache.org/jira/browse/JCR-2710
> Project: Jackrabbit Content Repository
> Issue Type: Improvement
> Components: jackrabbit-core
> Affects Versions: 2.2.0
> Reporter: Michael Dürig
> Assignee: Michael Dürig
>
> In the current implementation there are several factors which limit the
> number of users in a group:
> - group membership is recorded in a multi valued property which does not
> scale well
> - members of groups are collected eagerly which does not scale well
> I propose to add complementary support for recording group membership in a
> node structure to the current solution. That node structure would - similar
> to users and groups - add intermediate nodes when a group reaches a certain
> threshold on the number of its users.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.