FrankChen021 commented on issue #12721: URL: https://github.com/apache/druid/issues/12721#issuecomment-1179469028
This feature seems like a realtime query monitoring. It's an interesting topic. For administrators, sometimes it's useful to kill some long-time running queries. We usually do such operations on MySQL too. MySQL provides a `show processlist` SQL to print out all executing queries(including query id, query, elapsed). Based on this, users can determine which are slow queries and then they can choose to kill queries. So I think the core ability that Druid should provide is to query running queries. If we have similar `show processlist` feature, users can kill queries they like. And then whether we need to provides visibility of running queries is another topic we need to discuss. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
