0
3.3kviews
Write difference between OLTP and OLAP.
1 Answer
| written 9.7 years ago by |
| OLTP | OLAP |
|---|---|
| Hold current data. | Hold historical data. |
| Stores detailed data. | Stores detailed,lightly and highly summarized data. |
| Data is dynamic. | Data is largely static. |
| Repetitive processing. | Ad-hoc, unstructured and heuristic processing. |
| High level of transaction throughput. | Medium to low level of transaction throughput. |
| Predictable pattern usage. | Unpredictable pattern usage. |
| Transaction … |