On Sep 24, 2012, at 5:16 PM, Mark Hahn <[email protected]> wrote: > If I update a particular doc multiple times rapidly, is each update > guaranteed to show up in a continuous changes feed? I am worried that the > change feed will be optimized to just show the latest value of a doc with > multiple updates. This would break my logic.
Your worries are justified. The _changes feed only ever shows leaf revisions (i.e., latest updates to branches of the edit tree). Regards, Adam
