← All tags

#multi-tenancy

2 entries tagged #multi-tenancy

  • Migrating Schema-Per-Tenant Databases at Scale

    Post · Sep 12, 2026

    Choosing physical tenant isolation over a shared, RLS-scoped schema buys two new problems: knowing where a tenant's data actually lives, and running one migration correctly hundreds of times instead of once. Neither has an app-code fix, both need their own infrastructure.

  • Designing Multi-Tenant APIs That Scale

    Post · Sep 12, 2026

    A missing tenant filter is a data leak, not a crash. Row-level security fixes that structurally, but rate limits, connection pools, and error codes built for one instance break the same quiet way once the API runs as several.