corneliusphi2's comments

corneliusphi2 | 5 years ago | on: A Data Pipeline Is a Materialized View

I'd say that the difference was the systems behavior in the presence of IO, and it's pretty important in my experience. Micro-batching systems hold up processing while waiting for IO but proper streaming implementations continue using cpu for elements at other points in the stream, very roughly.
page 1