OLTP
(Online Transaction Processing):
- ·
Fresh Data
- ·
Read (20%) and write (80%)
- ·
Small Data (500GB)
- ·
Normalized Data
- ·
More Users
- ·
Less Indexes
OLAP/DWH
(Online Analytical Processing):
- ·
Historical Data
- ·
Read only Data
- ·
Large Data (TB)
- ·
De-Normalized Data
- ·
Less Users
- ·
More Indexes
SNO |
OLTP (Operational Data) |
OLAP (Analytical Data) |
1 |
Designed
for Transactions purpose (Business Purpose) |
Designed
for Analysis & Reporting purpose |
2 |
Data modifications
are frequent |
Data
modifications are not frequent |
3 |
Has
Normalized Tables |
Has
De-Normalized Table |
4 |
Indexes
Not recommended |
Indexes
are recommended |
5 |
Maintains
Small Data |
Maintains
Large Data |
6 |
More Users |
Less Users |
7 |
Read\Write
Data |
Read Only
Data |
8 |
Fresh Data |
Historical
Data |