Skip to content

replace cri computed membership with postgres materialized view

Nicolas Froger requested to merge computed-membership-pg-view into develop

Full rewrite of group parent/child relations computing and computed membership using SQL views

Recomputes all ~170 000 memberships in less than a second in production.

Fixes group children change in admin, the old implementation times out when changing groups with lots of computed memberships.

Edited by Nicolas Froger

Merge request reports