# 격리 경계가 놓이는 층 # Question: 격리는 어느 층에 놓이는가? direction: right n0: "database-per-tenant" { shape: rectangle } n1: "schema-per-tenant" { shape: rectangle } n2: "RLS · 행 수준" { shape: rectangle } n3: "discriminator column" { shape: rectangle } n0 -> n1: "격리 얕아짐" n1 -> n2: "격리 얕아짐" n2 -> n3: "격리 얕아짐"