Currently for time series druid query is generated with `"queryType": "groupBy"` If we replace this with `"queryType": "timeseries"` query returns much faster.
Currently for time series druid query is generated with
"queryType": "groupBy"If we replace this with
"queryType": "timeseries"query returns much faster.