If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > Can i use DB2 Clustering instead of DB2 Replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 03-04-05, 15:33
ugrasena ugrasena is offline
Registered User
 
Join Date: Mar 2005
Posts: 40
Can i use DB2 Clustering instead of DB2 Replication

Can any one suggest me an alternative for DB2 2 way Replication, we have Source and target DB2 7.2 Servers on Win 2000 mechines across Geo's. Does DB2 Clustering helps me to do that.

Thanks
Ugra
Reply With Quote
  #2 (permalink)  
Old 03-04-05, 16:30
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Ugra,
Clustering (partioning) is having 1 database distributed among several servers. Each server has only part of the data. For example, server A could have data for fiscal year 2000, server B has data for fiscal year 2001, and so forth. This is usually how data warehouses are constructed. It really helps if the servers in the cluster are physically close to each other. Queries run through a central point, distributed to the appropriate servers in the cluster then rejoined together to be sent to the client.

Replication is have 2 or more servers with all the data on all the servers. The servers do not have to be close at all. Only the data modifications are transmitted between servers.

I suggest you read the manuals on both topics very carefully to determine the best solution for you.

HTH

Andy
Reply With Quote
  #3 (permalink)  
Old 03-07-05, 03:56
grofaty grofaty is offline
Registered User
 
Join Date: Jan 2003
Posts: 1,570
Ugrasena,

Maybe you need federated database system. If federated system is used then no replication is required. You can see tables from another database from another server from current database. Would that help? If it would then see DB2 manuals. See the book "Federated Systems Guide".

Hope this helps,
Grofaty
Reply With Quote
  #4 (permalink)  
Old 03-08-05, 17:35
ugrasena ugrasena is offline
Registered User
 
Join Date: Mar 2005
Posts: 40
Thanks for both of you i will look into both Options ~ Ugra
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On