- Why ScienceLogic
- Main Menu
- Why ScienceLogic
Why ScienceLogic
See why our AI Platform fuels innovation for top-tier organizations.
- Why ScienceLogic
- Customer Enablement
- Trust Center
- Technology Partners
- Pricing
- Contact Us
- Product ToursSee ScienceLogic in actionTake a Tour
Experience the platform and use cases first-hand.
- Platform
- Main Menu
- Platform
Platform
Simplified. Modular-based. Efficient. AI-Enabled.
- Platform Modules
- Core Technologies
- Platform Overview
- DemoExperience the Power of ScienceLogicRegister Now
See how today’s technology leaders are reducing costs, streamlining IT operations, and improving the customer experience.
- Solutions
- Main Menu
- Solutions
Solutions
From automating workflows to reducing MTTR, there's a solution for your use case.
- By Industry
- By Use Case
- By Initiative
- Explore All Solutions
- Survey ResultsThe Future of AI in IT OperationsGet the Results
What’s holding organizations back from implementing automation and AI in their IT operations?
- Learn
- Main Menu
- Learn
Learn
Catalyze and automate essential operations throughout the organization with these insights.
- Blog
- Community
- Resources
- Events
- Podcasts
- Platform Tours
- Customer Success Stories
- Training & Certification
- Explore All Resources
- Analyst ReportThe Forrester Wave™: AIOps Platforms, Q2 2025Access the Report
See why ScienceLogic has been named a Leader in the latest Forrester Wave™: AIOps Platforms report.
- Company
- Main Menu
- Company
Company
We’re on a mission to make your IT team’s lives easier and your customers happier.
- About Us
- Careers
- Newsroom
- Leadership
- Contact Us
- CongratulationsInnovators AwardsView the Winners
See how our winners have demonstrated exceptional creativity and set new standards in leveraging the ScienceLogic AI Platform to solve complex IT Ops challenges.
Multitenancy
What is multitenancy?
Multitenancy or software multitenancy is a software architecture in which a single instance of a software application serves multiple customers.
Software multitenancy has multiple instances of an application operating in a shared environment. It’s able to work because each tenant (aka the customer) is integrated physically but is logically separated. This means that a single instance of the software runs on one server that serves multiple tenants.
Multitenancy can be found in both public cloud and private cloud environments—enabling each tenants’ data to be separated from each other. Multitenancy is also important when scaling public and private clouds—helping make multitenancy a standard.
There are three types of multitenancy:
- Uses a single application and database instance to store data and host tenants
- Uses a single database with multiple schemas, using a single application instance with individual databases for each tenant
- Hosts data in multiple databases