Multi-tenant data architecture is one of the highest-leverage decisions a SaaS team ever makes — and one of the most under-discussed. The choice between silo (database per tenant), bridge (schema per tenant), and pool (shared schema with tenant_id) determines unit economics, blast radius, compliance posture, noisy-neighbour behaviour, and the cost of every migration for the rest of the product's life. This article is the production design guide: trade-off matrix, Postgres RLS for defence in depth, envelope encryption with per-tenant KMS keys, GDPR right-to-erasure per model, per-tenant cost attribution, migration paths, and the day-one infrastructure that pays back at year three.