Performance in a project with many members
![]() Hello,
|
One answer
![]()
Paul Ellis (1.3k●6●13)
| answered May 10 '17, 11:49 a.m.
JAZZ DEVELOPER edited May 10 '17, 11:52 a.m. Hi David,
Comments Hi Paul,
![]() FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
David, every user that has access to a project area automatically has the Everyone role. You want to look here for the basics: https://jazz.net/wiki/bin/view/Deployment/RTCProcessFundamentals#Roles
Also consider reading How should I ask a question in the Forum if I want to receive useful answers?
The issue here, I guess, is that the process engine has to iterate over all the users and roles and permissions every time an operation is executed and that causes increased execution times.
By not having thousands of users as members of a team area or project area, but having the everyone role being able to perform the operations, it is possible to reduce said time and speed up execution.
Thank for you return and advice.
|