Skip to main content
This rule checks that each view references no more containers than the CDF limit allows.

Why it matters

Mapping too many containers to a single view can lead to performance issues due to the increasing number of joins that need to be performed when querying data through the view.

Example

If a view references 20 containers and the CDF limit is 10 containers per view, this validator will raise a Recommendation issue.

Further reading

Last modified on February 27, 2026