Audience question: if everything is scoped by tenant and uniqueness is scoped by tenant, do all indexes need to be multi-column (tenant_id + …) rather than single-column? Speaker doesn't have a definitive answer but notes it intuitively helps, and flags Postgres table partitioning by tenant_id (partition pruning) as another long-term optimisation. Promises to follow up.