Ginni has Published 1522 Articles

Difference between a data warehouse database and an OLTP database?

Ginni

Ginni

Updated on 24-Nov-2021 05:37:34

4K+ Views

Data Warehouse DatabaseData Warehousing is a technique that is generally used to collect and manage data from multiple sources to provide the business a meaningful business insight. A data warehouse is specifically created for the goals of support management decisions.In simple terms, a data warehouse defines a database that is ... Read More

What is the design of quality driven data warehouse?

Ginni

Ginni

Updated on 24-Nov-2021 05:35:51

377 Views

A data warehouse defines a database that is maintained independently from an organization’s operational databases. Data warehouse systems enable the integration of several application systems. They support data processing by supporting a solid platform of consolidated, historical records for analysis.A data warehouse can be viewed as a set of materialized ... Read More

What is Data Staging?

Ginni

Ginni

Updated on 23-Nov-2021 10:40:06

7K+ Views

In the data warehousing process, the data staging area is collected of the data staging server software and the data store archive (repository) of the results of extraction, transformation, and loading activity.The data staging software server temporarily saves and changes data extracted from OLTP data sources and the archival repository ... Read More

What is the structure of the data warehouse?

Ginni

Ginni

Updated on 23-Nov-2021 10:37:58

3K+ Views

Data Warehousing is a method that is generally used to collect and handle data from various other sources to provide the business a meaningful business insight. A data warehouse is specifically created for the goals of support management decisions. The Data Warehouse has two main parts which are as follows ... Read More

What is Metadata Hub?

Ginni

Ginni

Updated on 23-Nov-2021 10:36:37

1K+ Views

The Metadata hub is used for handling the interchange and distributing of technical Metadata between decision processing products. It is designed for use primarily by technical staff during the growth and maintenance of data warehouses. There are four requirements of this hub are −A Metadata hub should provide the interchange ... Read More

What are the types of data warehouse quality?

Ginni

Ginni

Updated on 23-Nov-2021 10:34:00

298 Views

A data warehouse architecture exhibits several layers of data in which data from one layer are changed from data of the lower layer. Data sources, also known as stored in open databases, form the lowest layer. They include structured data saved in the open database system and legacy systems, or ... Read More

How optimized Bitmap Filtering is implemented?

Ginni

Ginni

Updated on 23-Nov-2021 10:30:50

543 Views

A bitmap filter is beneficial only if it is selective. The query optimizer decides when an optimized bitmap filter is selective enough to be helpful and to which operators the filter is used. The optimizer field the optimized bitmap filters on all departments of a star join and uses costing ... Read More

What is HOLAP?

Ginni

Ginni

Updated on 23-Nov-2021 10:29:00

3K+ Views

HOLAP represents Hybrid OLAP. It can manage a tradeoff between ROLAP’s scalability and MOLAP’s query implementation, some commercial OLAP servers are depended on the HOLAP method. In this case, the user determines which portion of the data to save in the MOLAP and which in the ROLAP. For example, generally, ... Read More

What is MOLAP?

Ginni

Ginni

Updated on 23-Nov-2021 10:27:42

417 Views

MOLAP represents Multidimensional OLAP. It supports tuples as the data storage unit. The MOLAP applies a dedicated n-dimensional array storage engine and OLAP middleware to handle data. Hence, OLAP queries are completed through direct addressing to the associated multidimensional views (data cubes).This structure focuses on the pre-computation of the transactional ... Read More

What is ROLAP?

Ginni

Ginni

Updated on 23-Nov-2021 10:26:34

5K+ Views

ROLAP represents Relational OLAP. It can save the data based on the familiar relational DBMS technology. In this method, data and the related aggregations are saved in RDBMS, and OLAP middleware is used to execute the handling and exploration of data cubes.This architecture targets the optimization of the RDBMS back ... Read More

Advertisements