You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Yingyi Bu (JIRA)" <ji...@apache.org> on 2016/06/27 05:31:52 UTC

[jira] [Reopened] (ASTERIXDB-1501) Add units for executionTime and elapsedTime in query service results

     [ https://issues.apache.org/jira/browse/ASTERIXDB-1501?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Yingyi Bu reopened ASTERIXDB-1501:
----------------------------------
      Assignee: Till Westmann  (was: Yingyi Bu)

The result timing seems 1000x smaller than it should be.  For example, a query is expected to return in ~4 seconds, but the result shows as follows:

"metrics": {
		"elapsedTime": "4.218160ms",
		"executionTime": "4.217082ms",
		"resultCount": "5",
		"resultSize": "940"
	}

> Add units for executionTime and elapsedTime in query service results
> --------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1501
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1501
>             Project: Apache AsterixDB
>          Issue Type: Improvement
>          Components: HTTP API
>            Reporter: Yingyi Bu
>            Assignee: Till Westmann
>
> Currently there is no unit associated with elapsedTime and executionTime in a returned result:
> "metrics": {
> 		"elapsedTime": "966791",
> 		"executionTime": "966378",
> 		"resultCount": "1",
> 		"resultSize": "28"
> 	}



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