what is the difference between OLTP database and data
warehousing database?
Answer Posted / 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 View All Answers
what is a worklet?
What is virtual Data Warehousing?
can u anyone plz share some etl testing interview question . and share the sql queries and unix . plz help me to clear in the etl testing interview by sharing ur knowledge
what is the use of structures?how many nodes can u create in a structure?
What is initial load and what is full load?
What are materialized views & where do we use them?
Give a way in which u can implement a real time scenario where data in a table is changing and u need to look up data from it.How will u configure the look up transform for this purpose?
can Informatica be used as a cleansing tool? If yes, give examples of transformations that can implement a data cleansing routine.
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?
Is apache nifi an etl tool?
what is Forward,Reverse and Re_engineering?
What are the etl testing operations includes?
what happens if the info.server doesn't find the session parameter in the parameter file?
what is data modeling?
Define Dynamic push down optmization?