what is the difference between OLTP database and data
warehousing database?

Answers were Sorted based on User's Feedback



what is the difference between OLTP database and data warehousing database?..

Answer / jteo

OLTP (Online Transaction Processing) database design is
normalised, which means it is optimized for INSERT, UPDATE.

Data warehouse design is not normalised but follows
dimensional modelling rules. They involve building star
schemas made up of fact tables and dimension tables and are
optimized for querying (SELECT).

Is This Answer Correct ?    5 Yes 1 No

what is the difference between OLTP database and data warehousing database?..

Answer / kaki

OLTP
1. Normalized database; having lot of joins. Hence, slow
2. INSERT, UPDATE, DELETE immediately refelects data in the
OLTP transactional database.

OLAP
2. Denormalized database; having lesser joins. Hence,
performance is good.
3. Need a tool like ETL to populate the database; Data may
not be seen immediately after creation unless ETL populates
it.

Is This Answer Correct ?    1 Yes 0 No

what is the difference between OLTP database and data warehousing database?..

Answer / srinivas

OLTP(ONLINE TRANSACTION PROCESSING SYSTEM):
1. It is used for transaction processing.
2. tables and joins are complex.
3. entity relation models will use.
4. used for write operations.
5. performance is low.

OLAP(ONLINE ANALATYCIAL PROCESSING SYSTEM):
1. It is used for analytacial prcessing.
2. tables and joins are simple.
3. dimension modeling will use.
4. used only for read operations.
5. performance is high.

Is This Answer Correct ?    0 Yes 0 No

what is the difference between OLTP database and data warehousing database?..

Answer / ankit kansal

OLTP systems are designed to handle events (Inserts,Update,Delete) frequently so its better to keep your database more normalized form as selection is not as frequent where as in case of
OLAP systems are designed purely for analysis or to find out trends using historical data so, to achieve this kind of functionality a data warehouse are designed more de-normalized where query(selection) is much faster.
http://deepinopensource.blogspot.in/

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ETL Interview Questions

What is the difference between project backlog and product backlog?

0 Answers   IBM,


What do you understand by active and passive transformations?

0 Answers  


Compare ETL & Manual development?

0 Answers  


what are the different forms of normalization?

2 Answers  


if i have a query as flat file how can we load data to target table

0 Answers   Tech Mahindra,






Explain about hash partitioning?

0 Answers  


A mapping contains source table S_Time(stat_year,end_year) target table TIM_DIM(date,day,month,year,quarter) stored procedure transformation: A procedure has two parameters I_end_year and output parameter as O_date ,day , month, year, quarter, If this session is running, how many rows will be available in the target and why?

0 Answers  


how can i text accracy of ETL migration? i am very new to data warehousing. we are writing ETL scripts using SCRIPELLA tool. how can i test the correctness of data. and we are generating reports using pentaho . is there any easy way to test the pentaho. how can test these ETL scripts written in scriptella? thanks in advance

0 Answers  


what are the reporting tools and difference between them?

0 Answers  


How can write SQL Overwrite to get Daynamic rows from the source in SQ transformation!(Any Example)

1 Answers  


what are the facilities provided by data warehouse to analytical users?

0 Answers  


what is the difference between normal & bulk loading? and which one is recommended ? why?

2 Answers  


Categories