Hi!
I have several applications of a schema where I'd store a timeline of
values and/or deltas of these values. The basic view should return
accumulated value at the given moment of time. I'm thinking about
calculating the values (ie accumulating the deltas) via reduce, but it
depends on the fact that values passed to reduce are in the order of
how they were emitted. Can we rely on this order?

cheers
Wojtek

Reply via email to