The read acls optimization is not efficient when having thousands of acls:
- at search time the nx_get_read_acls_for() takes a constant time to list the read acls (0.1ms / read acls)
- when updating acls rebuilding the full read_acls is very expensive (NXP-4425)
- is required by
-
NXP-4398 Optmize read acl update by not rebuilding the full read_acls table
- Resolved