If the data is not distributed and held on a single server, data integrity raises the same issues as in a traditional host/terminal environment. However, if the data is to be distributed across two or more processors, you will need to consider how the data is to be distributed.
Distributing data has a major consequence on the integrity of the data. Take special care in designing data distribution. The integrity of the data to be stored within the database must be guaranteed. It is vital that the database management system to be used fully supports the use of distributed data. In particular, the database management system needs to handle the checking and cancellation of unsuccessful changes to avoid integrity problems when updating the data.
The following list explains options for distributed data:
Deletion of any data in a distributed environment can cause problems, as other processors may be dependent on the data for their own procedures. Deletions need to be synchronized, possibly by performing such operations at predetermined times, such as overnight.
|
Copyright © 2013 CA.
All rights reserved.
|
|