Hi folks, I have a query where one of the map steps spits out the original entry (via [v.bucket, v.key]) and a derivative bucket,key pair.
If the original key is "asdf" the result of the map step would look like this: [["events", "asdf"], ["asdf,annotation", "some-annotation-key"]] Future map steps would ensure existence, extract data, etc. What I'm wondering is: if the annotation is local to a different node, how does that affect the map step? Am I guaranteed to process the original event again before the annotation, or is that not guaranteed? Jimmy
_______________________________________________ riak-users mailing list riak-users@lists.basho.com http://lists.basho.com/mailman/listinfo/riak-users_lists.basho.com