Replication


The process of creating and managing duplicate versions of a database. Replication not only copies a database but also synchronizes a set of replicasso that changes made to one replica are reflected in all the others. The beauty of replication is that it enables many users to work with their own local copy of a database but have the database updated as if they were working on a single, centralized database. For database applications where users are geographically widely distributed, replication is often the most efficient method of database access.

The Lotus Notes system was one of the first to make replication a central component of its design, which has been one of the main reasons for its success.

Read Also:

  • report

    A formatted and organized presentation of data. Most database management systems include a report writer that enables you to design and generate reports.

  • report writer

    Also called a report generator, a program, usually part of a database management system, that extracts information from one or more files and presents the information in a specified format. Most report writers allow you to select records that meet certain conditions and to display selected fields in rows and columns. You can also format […]

  • Repository

    (1) Generically refers to a central place where data is stored and maintained. A repository can be a place where multiple databases or files are located for distribution over a network, or a repository can be a location that is directly accessible to the user without having to travel across a network.

  • resample

    In graphics, the term resampling is used to describe the process of reducing or increasing the number of pixels in an image. Resampling can change the image file size as well as the image resolution.

  • reserved word

    A special word reserved by a programming language or by a program. You are not allowed to use reserved words as variable names. For example, in BASIC and COBOL, the word IF is reserved because it has a special meaning. Reserved words are sometimes called keywords.


Disclaimer: Replication definition / meaning should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional. All content on this website is for informational purposes only.