[
https://issues.apache.org/jira/browse/JCR-2727?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12902807#action_12902807
]
Michael Dürig commented on JCR-2727:
------------------------------------
Following some results from the new performance tests. Using the new group
members content model introduced with JCR-2710, adding members to groups is
significantly faster.
# AddGroupMembersTest avg std min max count
2.2-btree-usermanager-repository 5 8 2 149 2086
2.2-default-usermanager-repository 23 28 7 276 998
# CreateUserTest avg std min max count
2.2-btree-usermanager-repository 21 26 6 340 2423
2.2-default-usermanager-repository 21 28 7 249 2340
# GroupGetMembersTest avg std min max count
2.2-btree-usermanager-repository 19 2 16 49 2692
2.2-default-usermanager-repository 13 3 11 86 3801
# GroupMemberLookupTest avg std min max count
2.2-btree-usermanager-repository 2 2 0 168 30000
2.2-default-usermanager-repository 2 2 0 148 27733
> Add user manager performance tests
> -----------------------------------
>
> Key: JCR-2727
> URL: https://issues.apache.org/jira/browse/JCR-2727
> Project: Jackrabbit Content Repository
> Issue Type: New Feature
> Components: test
> Affects Versions: 2.2.0
> Reporter: Michael Dürig
> Assignee: Michael Dürig
> Fix For: 2.2.0
>
>
> We should add some performance tests for validating JCR-2710 and related.
> That is we should measure performance for creating users and groups and
> adding/removing users to/from groups. This should be done for both repository
> configurations: one with the old content model (group membership in property)
> and one with the new content model introduced with JCR-2710 (group membership
> in b-tree like node structure).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.