You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Ozerov (JIRA)" <ji...@apache.org> on 2017/08/28 12:40:00 UTC

[jira] [Updated] (IGNITE-6198) SQL: Merge operation should group keys by affinity

     [ https://issues.apache.org/jira/browse/IGNITE-6198?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vladimir Ozerov updated IGNITE-6198:
------------------------------------
    Description: 
We implemented affinity-based grouping for updated batches for most DML [1]. But we forgot about {{MERGE}} - it use {{IgniteCache,putAll}} without proper grouping. Let's do that.

[1] IGNITE-6080

  was:We implemented affinity-based grouping for updated batches for most DML [1]. But we forgot about {{MERGE}} - it use {{IgniteCache,putAll}} without proper grouping. Let's do that.


> SQL: Merge operation should group keys by affinity
> --------------------------------------------------
>
>                 Key: IGNITE-6198
>                 URL: https://issues.apache.org/jira/browse/IGNITE-6198
>             Project: Ignite
>          Issue Type: Task
>          Components: sql
>    Affects Versions: 2.1
>            Reporter: Vladimir Ozerov
>              Labels: performance
>             Fix For: 2.2
>
>
> We implemented affinity-based grouping for updated batches for most DML [1]. But we forgot about {{MERGE}} - it use {{IgniteCache,putAll}} without proper grouping. Let's do that.
> [1] IGNITE-6080



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)