Slide 23
Slide 23 text
Strategy 3: Iterator and Worker
On-the-fly
chunked tasks
Dynamically chunk into
uniformly sized tasks
[{:cust-id “xyz” :month “Jan”}
{:cust-id “xyz” :month “Feb”}
...
{:cust-id “abc” :month “Jan”}
{:cust-id “abc” :month “Feb”}
...]
[data-id1,
data-id2,
...]
Give me the next
10K records where
id > last-id in this
timerange