- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
What are the various methods related to data sharing through data propagation?
Data Propagation is the allocation of data from one or more source data warehouses to another local access database, according to propagation rules. Data warehouses are required to manage large bulks of data every day. A data warehouse can start with a few information, and starts to increase day by day by constant sharing and receiving from multiple data sources.
As data sharing advances, data warehouse management becomes a major problem. Database management is required to manage the corporate information more effectively and in multiple subsets, arranging and time frames. These data resources are required to be constantly updated and the process of updating contains moving high volumes of records from one system to another and forth and back to a business intelligence system.
It is familiar for data movement of large volumes to be executed in batches within a short period without sacrificing the performance or availability of operation software or data from the warehouse. The larger the volume of information to be changed, the more challenging and complicated the procedure becomes. As such, it becomes the responsibility of the data warehouse management to find means of transforming bulk information more quickly and recognizing and transferring only the data which has changed because of the last data warehouse update.
There are several methods developed to address the problems associated with data sharing through data propagation as follows −
Bulk Extract − In this technique of data propagation, copy management tools or empty utilities are being used to derive all or a subset of the operational relational database. Generally, the extracted information is then transported to the focus database using file transfer protocol (FTP) any other similar techniques. The data which has been extracted can be changed to the format used by the object on the host or object server.
File Compare − This technique is an innovation of the bulk move approach. This phase compares the recently extracted operational data to the past version. After that, a set of incremental change data is generated. The processing of incremental changes is the same as the methods used in bulk extract except that the incremental changes are used as updates to the object server within the scheduled phase. This method is recommended for smaller documents where there are only some data changes.
Change Data Propagation − This technique captures and data the changes to the file as an element of the software change process. Several techniques can be used to execute Change Data Propagation including triggers, log exits, log post-processing, or DBMS extensions. A file of incremental changes is generated to include the captured changes.
After finishing the source transaction, the change data can be transformed and changed to the object database. This kind of data propagation is sometimes referred to as near real-time or continuous propagation and is utilized in keeping the object database synchronized within a very short period of a source system.
- Related Articles
- What are the various issues related to data mining?
- What are the various extraction methods in data warehouses?
- What are the various techniques for data extraction?
- What are the user interaction issues related to data mining methodology?
- What are the various tools for Data Warehouse Quality?
- What are the estimation methods in data mining?
- What are the data Mining methods for Recommender Systems?
- What are the methods of Privacy-preserving data mining?
- What are the clustering methods for spatial data mining?
- What are various Text data types in Python pandas?
- What are different data conversion methods in Python?
- What are the methods of Propagation of a Radio Wave?
- What are the methods for Data Generalization and Concept Description?
- What are the default values used by DB2 for various data types?
- What are the COBOL host variable equivalent for various DB2 data types?
