1 / 23
文档名称:

DB2 Overview of Disaster Recovery Options资料.pdf

格式:pdf   页数:23
下载后只包含 1 个 PDF 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

DB2 Overview of Disaster Recovery Options资料.pdf

上传人:翩仙妙玉 2012/7/7 文件大小:0 KB

下载得到文件列表

DB2 Overview of Disaster Recovery Options资料.pdf

文档介绍

文档介绍:DB2
Overview of Disaster Recovery Options
Sina Weibo ***@zhoushuoji
2012
April 16, 2012
Overview of Disaster Recovery Options
. Q Replication

. InfoSphere Change Data Capture (CDC)

. Storage Replication

. Geographically Dispersed pureScale Cluster (GDPC)

. Log Shipping

. HADR

. Comparison of DR Options
2012
2
Q Replication
. High-throughput, low latency logical data replication
– Distance between sites can be up to thousands of km

. Asynchronous replication
– No “zero data loss” guarantee

. Includes support for:
– Delayed apply
– Multiple targets
– Replicating a subset of data
– Data transformation

. DR site can be active
– Bi-directional replication is supported for updates on both primary and DR sites
2012
3
Q Replication
. Components include Q Capture, Q Apply, and WebSphere MQ

. Changes are captured from logs of source database and
placed into queues

. Highly parallel apply processing applies changes from queues
to the target database
– Multi-vendor targets supported (. DB2, pureScale, Oracle, etc.)
2012
4
Q Replication (cont.)
. Some database applications, certain database constructs, and
some types of SQL statements can require special treatment
– See the Information Center for details
./infocenter/db2luw/v9r7/..


. DB2 to DB2 replication included as part of Advanced
Enterprise Server Edition
2012
5
Q Replication: Active/Active DR Example
2012
6
InfoSphere Change Data Capture (CDC)
. Similar to Q Replication in that it supports high-throughput,
low-latency logical data replication
– Does not use MQ queues for data transport

. Supports bi-directional replication and active/active DR

. DB2 can be both source and target of replication
– Mix of multi-vendor sources and targets supported
2012