Using #PostgreSQL RLS for multi-tenancy SaaS is quite common, but some users want to access a list of tenants. Here's how to do it efficiently (and leveraging loose index scan in #Yugabyte​DB)
https://dev.to/yugabyte/postgresql-row-level-security-with-an-array-of-tenants-2136
Row Level Security with an ARRAY of tenants set in session parameter

One way to effectively implement multitenancy for SaaS while optimizing resources and maintenance is...

DEV Community