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:04:00 UTC

[jira] [Created] (IGNITE-11206) SQL: Merge execution flow for local and map queries

Vladimir Ozerov created IGNITE-11206:
----------------------------------------

             Summary: SQL: Merge execution flow for local and map queries
                 Key: IGNITE-11206
                 URL: https://issues.apache.org/jira/browse/IGNITE-11206
             Project: Ignite
          Issue Type: Task
          Components: sql
            Reporter: Vladimir Ozerov


Currently MAP and LOCAL queries are executed in completely different fashion. This leads to a number of bugs and discrepancies, not to mention obvious code duplication:
# Local queries do not reserve partitions
# Security checks might be missed for local queries (need to double-check).
# Different event firing logic

Let's merge both flows:
# Check security and other prerequisites
# Reserve partitions 
# Get connection
# Execute, firing events along the way
# Release connection
# Release partitions



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