Hi, > another approach would be to store the entire permission data of a > principal in 1 large property (eg json serialized). but then you'll > see update of that property whenever you change the permissions of a > principal. would that perform better?
no, that would be even worse, because then you are definitively forced to serialize updates. with the current structure it is at least possible to perform concurrent updates (apart from the rep:modCount). Regards Marcel
