Issue: Web Store vs. Data Warehouse
The Web Store is an On-Line Transaction Processing system (OLTP).Analysis should be done on a different system
Solution:
- Provide support for transferring the transactional data (normalized data) to a data warehouse (denormalized) using star schemas
- Bulk transfers with joins
- Transfer meta data
- Update store with scores from models
-