> I believe as long as the operations are serializable, you can roll  
> them up across multiple endpoints, depending on your consistency (as  
> in eventually) you can use source sequencing or clock vectors with a  
> resolution protocol.

Definitely — in a lot of cases, you can do some post-processing to
combine the various "wrong" answers into the "right" answer.  You can
definitely do that in the SUM case I described.  But in general, you
can't.  An INNER JOIN doesn't work, for instance — if there are matching
records that end up on different processing nodes, you lose data.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to