About 2,530 results
Open links in new tab
  1. Multitenancy - Wikipedia

    Software multitenancy is a software architecture in which a single instance of software runs on a server and serves multiple tenants. Systems designed in such manner are "shared" (rather than "dedicated" …

  2. What is multi-tenant? - IBM

    In multi-tenant software architecture, also called software multitenancy, a single instance of a software application (and its underlying database and hardware) serves multiple tenants (or user accounts).

  3. Multi-Tenancy Architecture - System Design - GeeksforGeeks

    Jul 23, 2025 · Multi-tenancy architecture is a system design where a single instance of software serves multiple customers, known as tenants. Each tenant's data is isolated and invisible to others, ensuring …

  4. What is multi-tenancy (multi-tenant architecture)? - TechTarget

    Jun 26, 2024 · Multi-tenancy is an architecture in which a single instance of a software application serves multiple customers. Each customer is called a tenant. Tenants can be given the ability to …

  5. Complete Guide to Multi-Tenant Architecture - Medium

    Oct 1, 2024 · Multi-tenancy is a software architecture that allows a single application to serve multiple customers, known as tenants. Each tenant’s data and settings are kept separate and secure from...

  6. Architect Multitenant Solutions on Azure - Azure Architecture ...

    May 16, 2025 · Multiple users from a single organization, company, or group form a single tenant. The following examples are multitenant applications: When you build your own multitenant solution in …

  7. Multi-Tenant Architecture: How It Works, Pros, and Cons

    Jul 7, 2022 · Multi-tenant architecture is the use of a single logical software application or service to serve multiple customers. In this model, each customer is referred to as a tenant. You can provide a …