You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Khurram Faraaz (JIRA)" <ji...@apache.org> on 2015/10/28 18:47:27 UTC

[jira] [Commented] (DRILL-3989) Create a sys.queries table

    [ https://issues.apache.org/jira/browse/DRILL-3989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14978872#comment-14978872 ] 

Khurram Faraaz commented on DRILL-3989:
---------------------------------------

Should we also have a column to hold the total time taken for execution by a query that has completed execution ?

> Create a sys.queries table
> --------------------------
>
>                 Key: DRILL-3989
>                 URL: https://issues.apache.org/jira/browse/DRILL-3989
>             Project: Apache Drill
>          Issue Type: Bug
>          Components: Metadata
>            Reporter: Jacques Nadeau
>              Labels: newbie
>
> We should create a sys.queries table that provides a clusterwide view of active queries. It could include the following columns:
> queryid, user, sql, current status, number of nodes involved, number of total fragments, number of fragments completed, start time
> This should be a pretty straightforward task as we should be able to leverage the capabilities around required affinity. A great model to build off of are the sys.memory and sys.threads tables.



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