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 2018/03/16 11:45:00 UTC

[jira] [Created] (IGNITE-7973) TX SQL: plain INSERT should not be broadcasted to all data nodes

Vladimir Ozerov created IGNITE-7973:
---------------------------------------

             Summary: TX SQL: plain INSERT should not be broadcasted to all data nodes
                 Key: IGNITE-7973
                 URL: https://issues.apache.org/jira/browse/IGNITE-7973
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov
             Fix For: 2.5


At the moment all {{INSERT}} statements are broadcasted. This could be OK for {{INSERT ... SELECT}}, but is definitely not needed for {{INSERT ... VALUES}}. Instead we should construct final key-value pairs locally, and then send them to affected data nodes.



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