-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF22, 5.7.2
-
Fix Version/s: 5.6.0-HF23, 5.7.3
-
Component/s: Core VCS
-
Tags:
The read acls are materialized in the aclr table, we should truncate them as soon as there is a deny all (Deny Everyone)
So aclr like:
members,group,user,-Everyone,members,junk
is reduced to:
members,group,user,-Everyone
This has already been done on PG.