Jump to content

Replication transparency

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Tim Pierce (talk | contribs) at 13:54, 4 January 2007 (restubbed as {{database-software-stub}}). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Template:Wikify-date

Replication transparency is a property of large-scale distributed database management systems (DBMS). When data is replicated between database servers, so that the information remains consistent throughout the database system, and users cannot tell or even know which server in the DBMS they are using, the system is said to exhibit replication transparency.

Replication helps performance by ensuring that no one server in the DBMS is used too heavily. It is also a safety measure: if one of the machines fails, a copy of the data is still available on another machine on the network.

See also