You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/02/17 20:12:18 UTC

[jira] [Created] (IGNITE-2680) Terminating running SQL queries

Denis Magda created IGNITE-2680:
-----------------------------------

             Summary: Terminating running SQL queries
                 Key: IGNITE-2680
                 URL: https://issues.apache.org/jira/browse/IGNITE-2680
             Project: Ignite
          Issue Type: Bug
            Reporter: Denis Magda


If to start a long running SQL query over a huge cache will millions of entries there should be a way terminate it. Even if {{QueryCursor}} is closed the query won't be cancelled consuming available resources.

There should be a way to close a query having using an object that is related to it. Seems that ideally we can use {{QueryCursor.close()}} method for that;




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)