or go to full-text search page →

Search

Search IconIcon to open search

Lambda Architecture

Last updatedUpdated: by Simon Späti · CreatedCreated: · 1 min read recently updated Recent changes 2 months ago published · 52 words

Lambda architecture is a big data processing pattern designed to handle massive datasets by combining batch and real-time (stream) processing.

It balances high throughput and low latency by utilizing a slow, fault-tolerant batch layer for historical accuracy, and a fast speed layer for immediate insights.


Origin: Data Modeling
References: Kappa Architecture