Hi all, I'd like to share a new update from @Weihao Li which improves our query monitoring capabilities.
When debugging performance issues or keeping an eye on active queries, it's incredibly helpful to know exactly where a query originated and what its execution limits are. To make this easier, this pull request updates the `show queries` command by adding three new informational columns: `wait_time_in_server`, `client_ip` and `timeout`. wait_time_in_server means total time that client rpc call waited in server client_ip is the host ip that launch this query timeout is the query's timeout duration The PR link is: https://github.com/apache/iotdb/pull/17356 Best regards, -------------------- Yuan Tian
