Skip to main content

3 docs tagged with "part3-derived-data"

View all tags

Chapter 10: Batch Processing

So far the book has focused on systems that handle requests as they arrive (OLTP) or read/write in real-time. But some of the most important data processing.

Chapter 11: Stream Processing

Batch processing has one problem: **latency**. A job that runs once a day means insights that are 24 hours stale. Stream processing is like a continuous batch.