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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)