Previous Topic: Integrity of Distributed DataNext Topic: Consistency


Integrity of Replicated Data

With replicated data, the data is replicated as identical copies on the clients, or possibly on a number of distributed servers.

Integrity considerations for replicated data integrity:

Note: Ideally, replication should be used only to give read-only processes better performance.

Updating replicated data should be avoided as it is a very high risk process. If replicated data is updated, the following minimum procedure is required:

  1. Record the source of the data.
  2. Update the source.
  3. Apply the updates to the replicated data.