What is the key difference between OLTP and OLAP data models?
-
A
OLTP models are optimized for complex aggregations; OLAP models are optimized for fast transactional writes
-
B
OLTP models are normalized for fast transactional reads/writes; OLAP models are denormalized for fast analytical queries
-
C
OLTP models use columnar storage; OLAP models use row-based storage
-
D
OLTP models support only batch processing; OLAP models support only streaming