HTHou commented on a change in pull request #2171: URL: https://github.com/apache/iotdb/pull/2171#discussion_r537255994
########## File path: docs/UserGuide/Operation Manual/DDL Data Definition Language.md ########## @@ -41,15 +41,25 @@ Msg: org.apache.iotdb.exception.MetadataException: org.apache.iotdb.exception.Me ## Show Storage Group -After the storage group is created, we can use the [SHOW STORAGE GROUP](../Operation%20Manual/SQL%20Reference.md) statement and [SHOW STORAGE GROUP \<PrefixPath>](../Operation%20Manual/SQL%20Reference.md) to view the storage groups. The SQL statements are as follows: +After creating the storage group, we can use the [SHOW STORAGE GROUP](../Operation%20Manual/SQL%20Reference.md) statement and [SHOW STORAGE GROUP \<PrefixPath>](../Operation%20Manual/SQL%20Reference.md) to view the storage groups. The SQL statements are as follows: ``` IoTDB> show storage group IoTDB> show storage group root.ln ``` The result is as follows: -<center><img style="width:100%; max-width:800px; max-height:600px; margin-left:auto; margin-right:auto; display:block;" src="https://user-images.githubusercontent.com/67779101/92545299-6c029400-f282-11ea-80ea-b672a57f4b13.png"></center> + +``` ++-------------+ +|storage group| ++-------------+ +| root.sgcc| +| root.ln| ++-------------+ +Total line number = 2 +It costs 0.060s +``` Review comment: Add result of `show storage group root.ln` like previous graph? ---------------------------------------------------------------- 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]
