You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Pavlukhin (JIRA)" <ji...@apache.org> on 2018/09/28 09:32:00 UTC

[jira] [Created] (IGNITE-9735) Determine partitions during parsing for MVCC DML statements

Ivan Pavlukhin created IGNITE-9735:
--------------------------------------

             Summary: Determine partitions during parsing for MVCC DML statements
                 Key: IGNITE-9735
                 URL: https://issues.apache.org/jira/browse/IGNITE-9735
             Project: Ignite
          Issue Type: Bug
          Components: mvcc
            Reporter: Ivan Pavlukhin


Now with for MVCC caches query like below is broadcasted instead off sending to single node only.
{code:java}
update table set _val = _val + 1 where _key = ?{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)