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

[jira] [Created] (IGNITE-6199) SQL: DML processor should send deltas instead of full values when possible

Vladimir Ozerov created IGNITE-6199:
---------------------------------------

             Summary: SQL: DML processor should send deltas instead of full values when possible
                 Key: IGNITE-6199
                 URL: https://issues.apache.org/jira/browse/IGNITE-6199
             Project: Ignite
          Issue Type: Task
          Components: sql
    Affects Versions: 2.1
            Reporter: Vladimir Ozerov


Currently we send full values during DML operations. Instead, we should find the way to send only changed attributes. Chances that it will require adding versions of existing entries, or even the whole MVCC, to prevent inconsistent updates.



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