Choose Your Reading Style
A professional-level summary covering key definitions, frameworks, and exam-relevant points.
OLTP vs OLAP Comparison
| Characteristic | OLTP | OLAP |
|---|---|---|
| Purpose | Operational transactions | Analytical queries |
| Data currency | Current (real-time) | Historical (aggregated) |
| Schema design | Normalised (3NF) | Denormalised (star/snowflake) |
| Query type | Simple (INSERT, UPDATE, DELETE) | Complex (aggregations, joins) |
| Users | Many (operational staff) | Few (analysts, executives) |
| Data volume | GB to TB | TB to PB |
| Response time | Milliseconds | Seconds to minutes |
| Examples | Banking, e-commerce, ERP | Data warehouse, data mart, BI platform |
CDMP Exam Relevance
OLTP vs OLAP is a key concept in the Data Warehousing & Business Intelligence knowledge area (10% of the CDMP exam). Exam questions typically test: the key differences between OLTP and OLAP systems, the appropriate schema design for each (normalised vs denormalised), and the role of ETL processes in moving data from OLTP to OLAP systems. Understanding this distinction is also important for Data Architecture and Data Modeling questions.