简体   繁体   中英

Distributed Database

I NEED YOUR HELP ANY IDEA ANY SOLUTION

SCENARIO: An organization suppose Jason industries have its branches in different regions of country. In each branch there is a local database where they maintain their data locally. Suppose one branch in New York, one in Washington, one in Texas. There is a main database in the main branch of the organization. At the end of each week or month each branch submits their data to the main database. I can say that they synchronize there data in the end of week or month. Note that each branch has its local database where data is kept in disconnected mode from main database. Only at end of each week or month the whole data of every branch is submitted to the main database.. My question is that is it possible? If yes, what this concept is called? And where from can I get help on this topic?

考虑到您将有多个分支(订阅者),这些分支将使更改脱机并偶尔进行同步-听起来很适合进行合并复制

This also includes the concept of data warehousing wherein you have to go through a series of steps before putting data from all branches into the main database.

A few steps are like:

  • Discarding the bad data
  • Discarding the occurrence of data if same is present more than once
  • ...

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM