5 Ways To Improve Collaboration Between Testers And Developers
Labels: Dynamic Pages, Pop-Ups, Window Alerts
Labels: Maven Questions & Answers
Labels: Selenium Grid, TestNG Questions & Answers
Labels: Webdriver Questions & Answers
Labels: ETL Tool Selection Process
Labels: Partitioning in Informatica
Labels: Informatica Tasks
Labels: Transformation Rules
Labels: Types of data load in ETL
Labels: Data masking
| Transaction Database | Data warehouse database |
| Dedicated database available for specific subject area or business application | Integrated from different business applications |
| It does not keep history | It keeps history of data for analyzing past performance |
| It allows user to perform the below DML operations (Select/Insert/Update/Delete) | It allows only Select for end users |
| The main purpose is for using day to day transactions | Purpose is for analysis and reporting |
| Data volume will be less | Data volume is huge |
| Data stored in normalized format | Data stored in de-normalized format |
Labels: OLAP vs OLTP
Labels: Data Cleansing (data scrubbing)
Labels: Operational data store (ODS)
Labels: Junk Dimension in data warehouse
| Factor |
SCD Type
|
| I don’t want to keep the old records |
Type1
|
| I want to keep old records but not ready of adding additional columns |
Type2
|
| I want to keep old records irrespective of number of changes |
Type3
|
| I am more concern about memory size |
Type1
|
| I am not worrying about memory size |
Type2/Type3
|
Labels: Slowly Changing Dimension Types-SCD Type1 Type2 Type3