5d ago · 5 min read · Multi tenancy is the default architecture for SaaS. It is also the architecture where a single security mistake exposes every customer’s data to every other customer. Eight products means eight attack
Join discussionMar 14 · 11 min read · Part 1: Architecture and Foundation Series Overview: Part 1 (you are here): Multi-tenancy fundamentals and project foundation Part 2: Core implementation - connection pooling, middleware, and contro
Join discussionMar 14 · 20 min read · Series Navigation Part 1 : Concepts, Project Setup, Configuration & Models (previous) Part 2 : Core Multi-Tenant Logic ← you are here Part 3 : Migrations, Socket.IO, Performance & Production (comin
Join discussionFeb 16 · 5 min read · As we know the non multi-tenant option is desupported Doc link in Oracle 26ai and so we have to switch to multinenant architecture when upgrading to 26ai. in Oracle 26ai and so we have to switch to multinenant architecture when upgrading to 26ai. In ...
Join discussion
Jan 8 · 4 min read · In a business landscape driven by data, information is more than just stuff to collect—it’s essential for making the best decisions. Sharing information across departments or with clients becomes crucial as companies grow. This is where tools like Bo...
Join discussion
Oct 12, 2025 · 7 min read · The purpose is to be able to create a multi-tenant database system where each tenant have its own database. We will see the different steps to implement this configuration Let’s go, begin with the STARTER KIT ! The database schema in code first First...
Join discussion
Oct 4, 2025 · 4 min read · If you prefer to read in Spanish Spanish version. The otherr day, while I was reading the Oracle’s website, I came across a type of tablespace that I wasn’t familiar with. It’s called “Shadow Tablespaces”. It’s not a feature in 23ai, so it was introd...
Join discussion
Jul 30, 2025 · 6 min read · Multitenancy is often treated as a systems-level problem. Most teams assume they need to overhaul their infrastructure to support multiple users or agents, when in reality, if your system can isolate context, persist memory intelligently, and handle ...
Join discussion
Jun 24, 2025 · 6 min read · In modern microservice architectures, managing data access can become a significant challenge, especially in multi-tenant environments where each tenant might have distinct database configurations or even instances. Repeating data access logic, handl...
Join discussion