yoavyanuka
yoavyanuka
It looks like it's somehow worse now. I am running a patch on a group with 17K users adding another 100 users and the operation takes 20 + minutes and...
Update: Looks like it works ok on a newly created group (after the fix) but an old group is getting stuck on patch
Update 2: Looks like it's doing countless calculations around the `SyncIndirectReferences` specifically this for loop: ``` foreach (var pa in parentAttrs) { if (!children.Any(r => r.ParentAttributeId == pa.Id && r.SchemaAttributeId...
I followed the instructions. The migration looks to add the new columns with default value null and false not populate it. How do we need to populate current rows? KR,...
Thank you. KR, Yoav