Grokking System Design Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Database Federation
On this page

Database federation (also known as a federated database system) is an approach where multiple independent databases are virtually integrated to appear as one single database to the end user. Each underlying database (often called a component database or data source) remains autonomous and self-contained – it keeps its own data, schema, and database engine. The federation layer or system acts as a coordinator, so when an application issues a query, it doesn’t need to know which database holds the data

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page