What is a multitenant database architecture? How is it done in dashDB and DB2?
When you have an SQL database that deals with multiple users, there’s a tough choice to make over how you set up and access your tables to provide security. One model that’s growing in adoption is to give each user their own, separate schema, database or set of tables. This is called a multitenant architecture, or multitenancy. […]