
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Ginni has Published 1522 Articles

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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

Ginni
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