You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2018/11/25 07:09:02 UTC

[GitHub] erankor opened a new issue #6661: Slow timeBoundary queries

erankor opened a new issue #6661: Slow timeBoundary queries
URL: https://github.com/apache/incubator-druid/issues/6661
 
 
   Hi all,
   
   I'm occasionally seeing timeBoundary queries (issued by Swiv) that run for a very long time.
   For example, this query was running for 30 sec - 
   ```
   {
   	"queryType": "timeBoundary",
   	"dataSource": {
   		"type": "table",
   		"name": "reach-usage"
   	},
   	"intervals": {
   		"type": "intervals",
   		"intervals": ["0000-01-01T00:00:00.000Z/3000-01-01T00:00:00.000Z"]
   	},
   	"bound": "maxTime",
   	"filter": null,
   	"context": {
   		"queryId": "515cd6b7-f7a4-46ee-84b3-7c63a78ceaf8",
   		"timeout": 40000
   	},
   	"descending": false
   }
   ```
   What can be the cause of this? can it be related to the MySQL? is Druid performing any SQL queries to answer this?
   (I'm using version 0.10.0)
   
   Thank you,
   
   Eran

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org