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 2019/02/05 15:06:00 UTC

[jira] [Created] (IGNITE-11207) SQL: Remove MapNodeResults class

Vladimir Ozerov created IGNITE-11207:
----------------------------------------

             Summary: SQL: Remove MapNodeResults class
                 Key: IGNITE-11207
                 URL: https://issues.apache.org/jira/browse/IGNITE-11207
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov
             Fix For: 2.8


This class holds results for a specific node. Let's remove it and refactor associated code with the following goals in mind:
# Performance: one CHM lookup instead of two
# Uniformity: move both SELECT and DML under the same {{MapQueryResult}} umbrella



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