JackieTien97 opened a new pull request #2848: URL: https://github.com/apache/iotdb/pull/2848
## Description In this pr, we support explain sql to print the query execute plan in logs. This function can be useful while some bugs happened online and we can collect some information. ## Usage explain + the query sql, like the following: ``` explain select s1 from root.sg1.d1 ``` ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
