Choose Index below for a list of all words and phrases defined in this glossary.


Virtual Database

index | Index

Virtual Database - definition(s)

virtual (federated) database - A virtual database, also called a federated database, is a way to view and query several databases as if they were a single entity.

The goal of working in a virtual database is to be able to look at data in a more unified way without having to duplicate it across multiple databases or manually combine the results from multiple queries. In a homogenous environment, virtual databases can help distribute the load of very large databases.

Each component database in the system is completely self-sustained and functional. When an application queries a virtual database, the system figures out which of its component databases contains the data being requested and passes the request to it. The biggest challenge to building a virtual database is that the developer needs to first build a universal data model. The data model serves as a map to every source of data within the company. Finding a single schema that can address all of a company’s data needs can be difficult, particularly if data is dirty.

Integrating disparate databases under a centralized console offers several benefits. First, federated databases offer an alternative to merging databases together, which can be a tedious task. Second, they help programmers avoid the tight coupling of applications with legacy databases by eliminating vendor and schema lock-in. Applications can be written to target the intermediary layer – the virtual database – as opposed to a specific database by a specific vendor. Finally, applications need only to be connected to the virtual database in order to work with data from multiple databases.

See also: data federation technology / data virtualization technology / data federation services, on-line analytical processing (OLAP), Multidimensional Database (MDDB) (MDB) / Multi-Dimensional Database, virtual private database (VPD)

Related glossary terms: bioinformatics

[Category=Data Management ]

Source: WhatIs.com, 15 September 2013 09:26:30, http://whatis.techtarget.com/glossary/Data-and-Data-Management External


Data Quality Glossary.  A free resource from GRC Data Intelligence. For comments, questions or feedback: dqglossary@grcdi.nl