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 > General > Database Concepts & Design > How to handle database replication

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 07-28-09, 02:51
joshfolgado joshfolgado is offline
Registered User
 
Join Date: Jul 2009
Posts: 7
How to handle database replication

Hi,

I need to find a solution to offer database replication between 2 or more databases and the benefits and challenges from any solution.

In addition, this database changes its structure from time to time (which could be daily as the users make additional changes.

Can you help?

Thanks

Josh
Reply With Quote
  #2 (permalink)  
Old 07-28-09, 07:23
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
If you're making daily changes to the structure of your database then the structure of your database is wrong.
Reply With Quote
  #3 (permalink)  
Old 07-28-09, 07:26
joshfolgado joshfolgado is offline
Registered User
 
Join Date: Jul 2009
Posts: 7
Not that easy...

Hi,

The structure of the DB changes often because I work within a trading environment and the analysts need to expand their data choices whenever there is a need.

So the data structure does change often and there is no way to control it. The data stored on these ever changing DB's updates master DB's and the master DB's need to be flexible.
Reply With Quote
  #4 (permalink)  
Old 07-28-09, 07:53
pootle flump pootle flump is offline
King of Understatement
 
Join Date: Feb 2004
Location: One Flump in One Place
Posts: 14,905
Quote:
Originally Posted by joshfolgado
I need to find a solution to offer database replication between 2 or more databases and the benefits and challenges from any solution.
If you don't know the benefits then how do you know you need replication? Perhaps you could state what your business requirement is - what problems are you facing and what (in English, not technically) do you need to achieve to alleviate the problems.

Also this is very RDBMS dependent, unless you intend to roll your own solution, so probably best to get the finer details in a specific RDBMS forum.
__________________
Testimonial:
Quote:
pootle flump
ur codings are working excelent.
Reply With Quote
  #5 (permalink)  
Old 07-28-09, 08:35
mike_bike_kite mike_bike_kite is offline
vaguely human
 
Join Date: Jun 2007
Location: London
Posts: 2,519
Quote:
Originally Posted by joshfolgado
Hi,

The structure of the DB changes often because I work within a trading environment and the analysts need to expand their data choices whenever there is a need.

So the data structure does change often and there is no way to control it. The data stored on these ever changing DB's updates master DB's and the master DB's need to be flexible.
I normally work in the same environment but I try to avoid the need for change by making the database designs as flexible as possible but obviously there are limits, and changes will occasionally have to be made. If your analysts are making changes to the structure on a daily basis then you have no real control of your database and sadly you will be the one held responsible when the inevitable happens when this flexibility turns into a liability.

Last edited by mike_bike_kite; 07-28-09 at 09:19.
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