QuestionQ82

Architecture Overview

A Snowflake Architect is designing an application and tenancy strategy for an organization that requires strong legal isolation rules as well as multi-tenancy.

Which approach will satisfy these requirements if Role-Based Access Policies (RBAC) is a viable option for isolating tenants?

Explanation

An account-per-tenant design provides the strongest tenant boundary by isolating each tenant in a separate Snowflake account. This meets strong legal isolation requirements, whereas RBAC-based object isolation remains within a shared account and multi-tenant tables depend on row-level isolation.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!