[jira] [Created] (IGNITE-10347) Expose system SQL view for running queries

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

[jira] [Created] (IGNITE-10347) Expose system SQL view for running queries

Anton Vinogradov (Jira)
Yury Gerzhedovich created IGNITE-10347:
------------------------------------------

             Summary: Expose system SQL view for running queries
                 Key: IGNITE-10347
                 URL: https://issues.apache.org/jira/browse/IGNITE-10347
             Project: Ignite
          Issue Type: Task
            Reporter: Yury Gerzhedovich
            Assignee: Yury Gerzhedovich


Need to  expose system SQL view to provide list of running queries. Proposed name is *running_queries* with following columns: query_id, node_id, sql, schema_name, connection_id, duration.

Where,

query_id - cluster unique id of query.

node_id - id of node where query was started

sql - sql command

schema_name - SQL schema name

connection_id - unique connection id

duration - time in ms from start of execution of query

 

The view should contains all running queries on grid.



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