Replication Guide and Reference
This chapter describes the typical data replication configurations and
provides examples of replication solutions for common business needs.
Some of these configurations show how other products can be used with DB2
DataPropagator to create a unique replication solution. The replication
configurations covered here are not exhaustive because customers are
continually developing new and creative implementations.
Important:
DB2 replication is designed for asynchronous replication and is not
suitable for the following situations:
- Performing real-time replication: In real-time replication,
sometimes called synchronous replication, changes to the source system are
made immediately to the target tables. If synchronous data delivery is
essential to your application, code your application to update the application
table and all of its copies with a single transaction to ensure that both the
source and target are changed at the same time.
- Maintaining a backup server (hot-site backup): Do not use
asynchronous replication to maintain a backup server that can be accessed when
your primary server is down. If the source (primary) server becomes
unavailable, there is no way to guarantee that all updates were made to the
target (backup) server. If you must maintain a backup server, consider
using other tools or features. For example, consider the following
option for System/390: Peer-to-peer remote copy (PPRC) hardware feature,
or extended recovery component (XRC).
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]
[ DB2 List of Books |
Search the DB2 Books ]