|
|
|
|
|
by evolutionblues
806 days ago
|
|
great work! When it comes to batched computations, why not leverage intermediate state much like streaming jobs. For example, if we need to calculate past 30 day sum for a value daily - it seems like this would compute so from scratch daily. Would it not make sense to model this as a sliding window that's updated daily? |
|
We have plans to implement this behavior for computing the batch arm of feature serving.