# Unlock multi-tenant designs with multiple tables per database

> AgentOS now supports multiple Agno tables of the same type within a single database. This enables clean tenant or namespace isolation without multiplying databases, lowering operational overhead while…

- Published: 2025-11-07
- Author: Agno Team
- Category: Changelog
- Canonical: https://agno-com-nine.vercel.app/articles/unlock-multi-tenant-designs-with-multiple-tables-per-database
- Markdown: https://agno-com-nine.vercel.app/articles/unlock-multi-tenant-designs-with-multiple-tables-per-database.md

AgentOS now supports multiple Agno tables of the same type within a single database. This enables clean tenant or namespace isolation without multiplying databases, lowering operational overhead while improving data segmentation and governance.

**Details**

- Create parallel tables (e.g., per tenant, region, or environment) under one DB id
- No migration required for existing setups; opt in as needed
- Improves isolation and compliance without additional infrastructure

**Who this is for:** Platform teams building multi-tenant or compliance-segmented deployments seeking better isolation with lower cost and complexity.
