# Dear Dremio, please show me „0.067s“ instead of „\<1s“

**URL:** https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013
**Category:** Uncategorized
**Created:** [October 13, 2018, 11:36am UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013 "2018-10-13T11:36:28Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![thomasz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/thomasz/32/881_2.png) [@thomasz](https://community.dremio.com/u/thomasz)
#### Post date: [October 13, 2018, 11:36am UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/1 "2018-10-13T11:36:28Z")

</div>

Currently we are comparing and benchmarking Dremio against our existing setup. For some important usage scenarios we already got sub second response times from our current system and now have no clue if dremio is faster or slower.

Is there maybe a display setting to adapt this. Or is Dremio too shy to show real figures 😉

---

<div class="post-metadata">

### Author: ![kelly](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/kelly/32/11_2.png) [@kelly](https://community.dremio.com/u/kelly)
#### Post date: [October 14, 2018, 2:29am UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/2 "2018-10-14T02:29:15Z")

</div>

You can see the total time in the query profile if you look into the details.

A better approach may be to run your tests through a tool like jmeter and record the round trip. This would give you a better apples to apples comparison.

In analytics my experience is that “a few seconds or less” is the goal. Of course this statement ignores concurrency. In OLTP systems a few ms or sub-ms is the goal in order to handle high concurrency.

Fortunately with data reflections Dremio is good in terms of latency and concurrency.

---

<div class="post-metadata">

### Author: ![thomasz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/thomasz/32/881_2.png) [@thomasz](https://community.dremio.com/u/thomasz)
#### Post date: [October 14, 2018, 10:05pm UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/3 "2018-10-14T22:05:47Z")

</div>

Hi Kelly,  
I think thats not an answer to my question/demand. I always see full seconds but ask for ms everywhere in the gui,mainly for sub sub 5 sec query times where ms really matter.

In addition I can not share your „a few seconds or less“-is-enough experience in analytics. Every ms counts if you have SLAs you get paid or punished for.

---

<div class="post-metadata">

### Author: ![yufeldman](https://avatars.discourse-cdn.com/v4/letter/y/c77e96/32.png) [@yufeldman](https://community.dremio.com/u/yufeldman)
#### Post date: [October 14, 2018, 10:49pm UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/4 "2018-10-14T22:49:17Z")

</div>

Please try to use [REST API](https://docs.dremio.com/rest-api/jobs/endpoints.html) for this.  
It should show you start and end time in milliseconds.

Here is an example of an output:

> ```
> {
> 
> ```
> 
> “jobState”: “COMPLETED”,  
> “rowCount”: 60000,  
> “errorMessage”: “”,  
> “startedAt”: “2018-09-28T00:23:44.812Z”,  
> “endedAt”: “2018-09-28T00:23:45.042Z”,  
> “queryType”: “UI\_PREVIEW”  
> }

---

<div class="post-metadata">

### Author: ![kelly](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/kelly/32/11_2.png) [@kelly](https://community.dremio.com/u/kelly)
#### Post date: [October 14, 2018, 11:35pm UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/5 "2018-10-14T23:35:39Z")

</div>

We hear your request for ms in the GUI and will track this internally.

For your workloads do you have sub-second SLAs for large analytical queries? It would be good to hear more about your requirements. Of course, faster is always better, I agree. I was simply contrasting latency and concurrency requirements for OLTP v. OLAP, which tend to vary by orders of magnitude.

I continue to believe that if you are comparing two different systems it is good to measure round trip for the entire stack.

Kelly

---

<div class="post-metadata">

### Author: ![thomasz](https://sea2.discourse-cdn.com/flex020/user_avatar/community.dremio.com/thomasz/32/881_2.png) [@thomasz](https://community.dremio.com/u/thomasz)
#### Post date: [October 15, 2018, 6:37pm UTC](https://community.dremio.com/t/dear-dremio-please-show-me-0-067s-instead-of-1s/2013/6 "2018-10-15T18:37:29Z")

</div>

Hi Kelly,  
many thanks for taking this up.

Our workloads are mainly smaller size aggregates (most often a few 10- to 100- thousand records are aggregated to a 10 to 100 records) from a set of 1 billion records to be filtered hy certain dimensions. But we have high concurrency of hundrets of parallel queries. When we can achieve half the query time, we you can serve either twice as many users or half their individual response time.

And yes, we will masure the entire roundtrip, but the query time is the by far most important aspect.

Thomas
