Module 2 Data Engineering 6 Mark Answers
Module 2 Data Engineering 6 Mark Answers
6. OLTP vs OLAP
| Feature | OLTP | OLAP |
|---|---|---|
| Primary Goal | Support day-to-day operational transactions | Support data analysis and
business intelligence |
| Data Structure | Normalized, detailed, current data | Denormalized, summarized, historical
data |
| Query Type | Short, frequent read and write operations | Complex, infrequent read-only
queries |
| Transaction Volume | High volume of small transactions | Low volume of large queries |
| Response Time | Fast, real-time responses | Can be longer, optimized for complex analysis
|
| Database Design | Transaction-oriented | Subject-oriented (e.g., star schema) |
| Examples | Order entry, ATM transactions, CRM | Data warehousing, business intelligence
tools |