Tuning
Database Isolation Levels
Read Committed - no dirty read / writes
Snap Shot Isolation
Speedup OLAP
- materialized views
OLAP vs OLTP
read pattern:
oltp - small record count fetched by key
olap - aggregates
write pattern:
oltp - random access, low latency writes,
olap - bulk import ETL
users
oltp - end users
olap - analysts
data
oltp - latest transactional
olap - historical
size
oltp - GB/TB
olap - TB/PB