Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
6 user(s) are online (4 user(s) are browsing encyclopedia)

Members: 0
Guests: 6

more...
browser tip
Unix Befehle
manual of unix befehle
recommendation!
Sponsored
partner

Federated database system

A federated database system is a type of meta-database management system (DBMS) which transparently integrates multiple autonomous database management system into a single federated database. The constituent Databases are interconnected via computer network, and may be geographically decentralized. Since the constituent database systems remain autonomous, a federated database system is a contrastable alternative to the (sometimes daunting) task of merging together several disparate databases.

Through data abstraction, federated database systems can provide a uniform front-end user interface, enabling user (computing)s to store and retrieve Data in multiple Databases with a single query--even if the constituent databases are heterogeneous. To this end, a federated database system must be able to deconstruct the query into subqueries for submission to the relevant constituent database management system, after which the system must composite the result sets of the subqueries.

Because various database management systems employ different query languages, federated database systems can apply Wrappers to the subqueries to translate them into the appropriate query languages.