- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2018 07:18 PM - edited 03-01-2019 04:08 AM
If I have a lot of complex NACM rules, how do they affect performance? Are they evaluated on every read/write?
Solved! Go to Solution.
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 01:13 AM
Yes, basically NACM rules are evaluated for every read/write, so they can have a huge impact on performance. The NACM system is reasonably smart, however, and builds up a decision tree out of the rules at session start. So if multiple rules have the same condition, it may not need to be evaluated for each rule.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-09-2018 01:13 AM
Yes, basically NACM rules are evaluated for every read/write, so they can have a huge impact on performance. The NACM system is reasonably smart, however, and builds up a decision tree out of the rules at session start. So if multiple rules have the same condition, it may not need to be evaluated for each rule.
