You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Taras Ledkov (JIRA)" <ji...@apache.org> on 2017/05/02 10:04:04 UTC

[jira] [Created] (IGNITE-5128) Support queries for GridClientData

Taras Ledkov created IGNITE-5128:
------------------------------------

             Summary: Support queries for GridClientData
                 Key: IGNITE-5128
                 URL: https://issues.apache.org/jira/browse/IGNITE-5128
             Project: Ignite
          Issue Type: Task
          Components: clients, jdbc-driver
    Affects Versions: 1.9
            Reporter: Taras Ledkov
            Assignee: Taras Ledkov
             Fix For: 2.1


Now a query is executed via client compute API. Creates the  task, task creates a job, job executes SQL query then results are reduced by task and sent to a client as a task results.

Implementation plan:
* Add the method {{ClientCursor GridClientData.query(String, Object.. args)}};
* Add the client messages to execute query and results paging to the {{org.apache.ignite.internal.processors.rest.client.message}};
* Implement query protocol at the {{GridClientNioTcpConnection}}.




--
This message was sent by Atlassian JIRA
(v6.3.15#6346)