What are the different types of replication? How are they used?
Answer Posted / suguk
The are three types Replication are
*Unidirectional*Bidirectional*Peer-Peer
*unidirectionalReplication
Transactions that occur at a source table are replicated
over WebSphere® MQ queues to a target table or are passed
as input parameters to a stored procedure to manipulate the
data.
Transactions that occur at the target table are not
replicated back to the source table.
The target table typically is read only or is not updated
by applications other than the Q Apply program.
*Bidirectional
Number of replication queue maps
Between each pair of servers that participate in
bidirectional replication, you need two replication queue
maps. For example, if you have two servers named SERVER_RED
and SERVER_GREEN, you need two replication queue maps:
One to identify the WebSphere® MQ queues that transport
data from SERVER_RED to SERVER_GREEN
One to identify the WebSphere MQ queues that transport data
from SERVER_GREEN to SERVER_RED
Number of Q subscriptions
For every logical table that is replicated in bidirectional
replication, you need a pair of Q subscriptions between the
two servers. For example, if you have two servers named
SERVER_RED and SERVER_GREEN, then two Q subscriptions are
built for you:
One from the source table on SERVER_RED to the target table
on SERVER_GREEN
One from the source table on SERVER_GREEN to the target
table SERVER_RED.
*Peer-peer
Peer-to-Peer applications are defined as programs which
allow computers to share data in the form of music, movies,
games or any computer file or software over a local network
and the Internet. Fordham University does not, at this
time, prohibit and does not block the use of peer-to-peer
applications on any part of its network. The University
understands that there are legitimate academic uses for
such applications. However, use of these applications has
been known to cause problems, which can affect the entire
University community.
| Is This Answer Correct ? | 2 Yes | 5 No |
Post New Answer View All Answers
What is sqlcmd?
What are key constraints?
What are distinctive joins find as a part of sql?
What is difference between table aliases and column aliases? Do they affect performance?
Can you please differentiate between a primary key and a unique key?
What is the purpose of floor function?
What is the maximum size of sql server database?
What is the server name in sql server?
Name some of the open source software that you can use in alternative to SSR?
What is reportserver and reportservertempdb ?
What are distributed partitioned views?
How do I perform an unattended install of sql server 2000?
What is user-defined scalar function?
What do you mean by a Composite primary key?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?