Is there a performance hit if a Space access is configured with multiple users instead of those users being in a Group that has access?
Thanks.
You won't really be able to notice a difference, but putting individual users in is actually slightly faster than groups. The permission check takes the current user and says "can this person do this". If you use users direct, the check comes back with an answer. If you use groups, the system has do check what groups the user is in before it can answer.
Hello @Jonny Polivka , no there won't be any performance impact. However, giving space permissions to individual users will be hard to maintain in future when you like to do some clean up.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks @Sachin. My thoughts exactly that maintenance will be a pain if adding users directly but sometimes the use case calls for it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.