{"id":7483,"date":"2022-08-02T10:00:06","date_gmt":"2022-08-02T08:00:06","guid":{"rendered":"https:\/\/anexia.com\/blog\/?p=7483"},"modified":"2022-11-24T15:18:49","modified_gmt":"2022-11-24T14:18:49","slug":"where-is-multi-tenancy-used","status":"publish","type":"post","link":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/","title":{"rendered":"Where is multi tenancy used?"},"content":{"rendered":"<h2>What is Multi Tenancy?<\/h2>\n<p>In a multi tenant software solution, several different customers or their users use the same software instance. They are always separated from each other and do not perceive any other client on the shared system.<\/p>\n<p>This means that the clients can never access each other&#8217;s data. For this reason, the separation, isolation, and security of the data must be designed during the design of the data model to make a software solution multi-client capable.<\/p>\n<p>&nbsp;<\/p>\n<h2>Areas of application of Multi Tenancy<\/h2>\n<p>For a corporate group, multi tenant accounting software has the special advantage of storing the data of each subsidiary in separate databases. Multi tenancy has also been the standard for many years in the use of ERP and CMS systems.<\/p>\n<p>If each customer is provided with its own system instance, then this is referred to as a single tenancy architecture. These are usually deployed on virtual environments.<\/p>\n<p>With multi tenancy architectures, a virtualized environment is not practical because the software already contains the separation of the clients. This saves the resource overhead that virtualized environments inevitably bring.<\/p>\n<p>&nbsp;<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-7499\" src=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN-300x158.png\" alt=\"multi tenancy variants\" width=\"598\" height=\"316\" srcset=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN-300x158.png 300w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN-1024x540.png 1024w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN-768x405.png 768w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN-1536x811.png 1536w, https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_1_EN.png 1800w\" sizes=\"(max-width: 598px) 100vw, 598px\" \/><\/p>\n<h2><\/h2>\n<p>&nbsp;<\/p>\n<h2>Different multi tenant architectures<\/h2>\n<p>Another advantage of multi tenancy is the ability to define all data and objects as client-specific or cross-client. For example, general-purpose data such as postal codes, city and country names are accessible to all users across clients and only need to be maintained in one place. The database can be integrated into the application in three different ways. Either all clients use a common database with a common database schema, or separate schemas or even separate databases are used.<\/p>\n<p>A dedicated database per client provides the maximum flexibility and strongest isolation of data, but also requires the highest effort in maintaining, scaling, and managing the system.<\/p>\n<p>A shared database with separate schemas is useful when a few data fields need to be customized or added, but the application can access the predefined data fields for the most part. Ideally, all clients will use the same database and schema, resulting in the least maintenance and ongoing operational overhead. In addition to efficient use of hardware resources, this variant is also the easiest to scale.<\/p>\n<p>&nbsp;<\/p>\n<h2>Disadvantages of Multi Tenancy Architectures<\/h2>\n<p>With all the advantages, however, it must also be mentioned that the simultaneous use of the application by many users and clients means that no performance guarantee is possible.<\/p>\n<p>While there are a few ways to balance the workload somewhat, these are not comparable to the performance allocation in a virtual environment. Backup and recovery of data is also very complex in a multi-tenancy solution, as the data is not as isolated from each other as in a multi-instance architecture, and recovery requires additional effort. Additionally, erroneous or failed updates affect all tenants in the system simultaneously.<\/p>\n<p>&nbsp;<\/p>\n<h2>Multi tenant vs. single tenant<\/h2>\n<p>The more common option for current SaaS solutions is multi tenancy, as the efficient use of resources and low maintenance costs offer a decisive price advantage over single tenancy. Only if absolute flexibility and control are required, a single tenant infrastructure usually is the better choice.<\/p>\n<p>&nbsp;<\/p>\n<h2>Further information<\/h2>\n<ul>\n<li><a href=\"https:\/\/en.wikipedia.org\/wiki\/Multitenancy\" target=\"_blank\" rel=\"noopener\">Wikipedia article with details about the history of Multi-Tenancy<\/a><\/li>\n<li><a href=\"https:\/\/anexia.com\/en\/software-development\/individual-solutions\/individual-software\" target=\"_blank\" rel=\"noopener\">Custom software development with multi-tenancy architecture<\/a><\/li>\n<li><a href=\"https:\/\/anexia.com\/blog\/en\/case-study-with-low-code-in-a-short-time-to-the-finished-solution\/\" target=\"_blank\" rel=\"noopener\">Case Study: With low-code in short time to the finished solution\u00a0<\/a><\/li>\n<\/ul>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.<\/p>\n","protected":false},"author":45,"featured_media":7492,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1135,2211],"tags":[2258,2261,1329,2267],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Where is multi tenancy used?<\/title>\n<meta name=\"description\" content=\"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Where is multi tenancy used?\" \/>\n<meta property=\"og:description\" content=\"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/\" \/>\n<meta property=\"og:site_name\" content=\"ANEXIA Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/anexiagmbh\/\" \/>\n<meta property=\"article:published_time\" content=\"2022-08-02T08:00:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-11-24T14:18:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png\" \/>\n\t<meta property=\"og:image:width\" content=\"672\" \/>\n\t<meta property=\"og:image:height\" content=\"372\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Michael Hiess\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@_ANEXIA\" \/>\n<meta name=\"twitter:site\" content=\"@_ANEXIA\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Michael Hiess\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"4\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/\",\"url\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/\",\"name\":\"Where is multi tenancy used?\",\"isPartOf\":{\"@id\":\"https:\/\/anexia.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png\",\"datePublished\":\"2022-08-02T08:00:06+00:00\",\"dateModified\":\"2022-11-24T14:18:49+00:00\",\"author\":{\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/e7946a6bab568c25f2c18bf24f34443e\"},\"description\":\"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.\",\"breadcrumb\":{\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage\",\"url\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png\",\"contentUrl\":\"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png\",\"width\":672,\"height\":372,\"caption\":\"Multi Tenancy \u00dcberblick\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/anexia.com\/blog\/de\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Where is multi tenancy used?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/anexia.com\/blog\/#website\",\"url\":\"https:\/\/anexia.com\/blog\/\",\"name\":\"ANEXIA Blog\",\"description\":\"[:de] ANEXIA Blog - Technischen Themen, Anexia News und Insights [:]\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/anexia.com\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"de\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/e7946a6bab568c25f2c18bf24f34443e\",\"name\":\"Michael Hiess\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/anexia.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d32af87c2164766d42f6c2fdfee9926d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d32af87c2164766d42f6c2fdfee9926d?s=96&d=mm&r=g\",\"caption\":\"Michael Hiess\"},\"url\":\"https:\/\/anexia.com\/blog\/author\/mhiess\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Where is multi tenancy used?","description":"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/","og_locale":"de_DE","og_type":"article","og_title":"Where is multi tenancy used?","og_description":"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.","og_url":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/","og_site_name":"ANEXIA Blog","article_publisher":"https:\/\/www.facebook.com\/anexiagmbh\/","article_published_time":"2022-08-02T08:00:06+00:00","article_modified_time":"2022-11-24T14:18:49+00:00","og_image":[{"width":672,"height":372,"url":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png","type":"image\/png"}],"author":"Michael Hiess","twitter_card":"summary_large_image","twitter_creator":"@_ANEXIA","twitter_site":"@_ANEXIA","twitter_misc":{"Verfasst von":"Michael Hiess","Gesch\u00e4tzte Lesezeit":"4\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/","url":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/","name":"Where is multi tenancy used?","isPartOf":{"@id":"https:\/\/anexia.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage"},"image":{"@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage"},"thumbnailUrl":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png","datePublished":"2022-08-02T08:00:06+00:00","dateModified":"2022-11-24T14:18:49+00:00","author":{"@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/e7946a6bab568c25f2c18bf24f34443e"},"description":"In a multi tenant software solution, different customers use the same software instance. They are always separated from each other.","breadcrumb":{"@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#primaryimage","url":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png","contentUrl":"https:\/\/anexia.com\/blog\/wp-content\/uploads\/2022\/07\/MultiTenancy_Teaser.png","width":672,"height":372,"caption":"Multi Tenancy \u00dcberblick"},{"@type":"BreadcrumbList","@id":"https:\/\/anexia.com\/blog\/en\/where-is-multi-tenancy-used\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/anexia.com\/blog\/de\/"},{"@type":"ListItem","position":2,"name":"Where is multi tenancy used?"}]},{"@type":"WebSite","@id":"https:\/\/anexia.com\/blog\/#website","url":"https:\/\/anexia.com\/blog\/","name":"ANEXIA Blog","description":"[:de] ANEXIA Blog - Technischen Themen, Anexia News und Insights [:]","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/anexia.com\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"de"},{"@type":"Person","@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/e7946a6bab568c25f2c18bf24f34443e","name":"Michael Hiess","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/anexia.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d32af87c2164766d42f6c2fdfee9926d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d32af87c2164766d42f6c2fdfee9926d?s=96&d=mm&r=g","caption":"Michael Hiess"},"url":"https:\/\/anexia.com\/blog\/author\/mhiess\/"}]}},"lang":"en","translations":{"en":7483,"de":7467},"amp_enabled":true,"pll_sync_post":[],"_links":{"self":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/7483"}],"collection":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/users\/45"}],"replies":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/comments?post=7483"}],"version-history":[{"count":12,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/7483\/revisions"}],"predecessor-version":[{"id":7919,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/posts\/7483\/revisions\/7919"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/media\/7492"}],"wp:attachment":[{"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/media?parent=7483"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/categories?post=7483"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/anexia.com\/blog\/wp-json\/wp\/v2\/tags?post=7483"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}