-
Type: Bug
-
Status: Resolved
-
Priority: Critical
-
Resolution: Fixed
-
Affects Version/s: 8.10
-
Component/s: Core DBS
-
Release Notes Summary:Optimize Read ACL update on big volume
-
Backlog priority:1,000
-
Impact type:Configuration Change
-
Upgrade notes:
-
Sprint:nxcore 9.10.1
-
Story Points:5
On big volume (> 1 million document for example), the update of Read ACL in DBS fails for several reasons:
- too much memory consumed
- too much time to process the update on Nuxeo side and on Database side
The current implementation must be refactored to address these issues.