Below you will find pages that utilize the taxonomy term “Multi-tenant”
Posts
Multi-Tenant Elasticsearch
I have been working on multi-tenant OpenSearch (a.k.a. Open Distro for ElasticSearch) project. This article (https://www.elastic.co/blog/found-multi-tenancy) (from 2015) outlines a few isolation models and the issues you are likely to hit with each. Below I look at two options: one index per tenant and multiple tenants per index with document level security – a feature of OpenSearch.
Provisioning I created a simple single-node Elasticsearch cluster on a t3.small. This is really small but I want to put pressure on the system and see how it scales.
read more
Posts
SharePoint 2010: Full Trust Proxy
If you’re using the multi-tenant features of SharePoint, you will want tenants to use the sandbox. But, you will quickly find limitations. For example, developers cannot call a web service, read data from a external database, or write to the event log. One solution is for the farm administrator to deploy a full trust proxy that developers can use. Microsoft has a good description here, but there are no good examples.
read more
Posts
Multi-Tenant TCO
I recently presented an overview of multi-tenancy in one of my MBA classes. I discussed how multi-tenant applications allow cloud vendors to achieve economies of scale. As an example, I showed the effect on total cost of ownership for the infrastructure if a cloud vendor moved from physical to virtual and then to a multi-tenant architecture. The multi-tenant architecture cuts cost by 80%.
Current State
Imagine that you work at a midsize company that develops and hosts a SaaS (Software as a Service) solution.
read more