mahendrasingh07 commented on issue #5341: Get the maximum value along with timestamp in group by query. URL: https://github.com/apache/incubator-druid/issues/5341#issuecomment-444017819 i am also facing same issue. For resolve issue i am executing following query which too much slow select __time, value from temp where value in ( select max(value) from temp group by time_foor(__time,'PT14S'))
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
