On Fri, Feb 10, 2017 at 3:36 AM, Vladimir Ozerov <voze...@gridgain.com>
wrote:

> I propose to ship streaming with INSERT support only for now. This is
> enough for multitude cases and will add value to Ignite 1.9 immediately. We
> can think about correct streaming UPDATE/DELETE architecture separately .It
> is much more difficult thing, we cannot support it in a clean way right now
> due to multiple "_key" and "_val" usages over the code base.
>

Vova, I disagree. If all parts of the key are present, then we can always
construct a key in all cases. For these operations we can always support
streaming. For all other operations, we can delegate to standard MR, but
still perform most operations on the same node, as I suggested in another
email.

Reply via email to