You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/08/22 07:21:24 UTC

[GitHub] [incubator-iotdb] haimeiguo opened a new pull request #1644: add Delete Storage Group statement to User Guide DDL

haimeiguo opened a new pull request #1644:
URL: https://github.com/apache/incubator-iotdb/pull/1644


   delete storage group statement has been added to user guide DDL in Chinese and English version 


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] qiaojialin merged pull request #1644: add Delete Storage Group statement to User Guide DDL

Posted by GitBox <gi...@apache.org>.
qiaojialin merged pull request #1644:
URL: https://github.com/apache/incubator-iotdb/pull/1644


   


----------------------------------------------------------------
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:
users@infra.apache.org



[GitHub] [incubator-iotdb] mychaow commented on a change in pull request #1644: add Delete Storage Group statement to User Guide DDL

Posted by GitBox <gi...@apache.org>.
mychaow commented on a change in pull request #1644:
URL: https://github.com/apache/incubator-iotdb/pull/1644#discussion_r475059113



##########
File path: docs/UserGuide/Operation Manual/DDL Data Definition Language.md
##########
@@ -50,6 +50,15 @@ IoTDB> show storage group
 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/13203019/51577338-84c70600-1ef4-11e9-9dab-605b32c02836.jpg"></center>
 
+## Delete Storage Group
+
+User can delete a specified storage group by using [DELETE STORAGE GROUP](../Operation%20Manual/SQL%20Reference.md). Please note the data in the storage group will also be deleted. 
+
+```
+IoTDB > DELETE STORAGE GROUP root.ln.wf01.wt01

Review comment:
       You've done a great job! But I think there are other ways to improve it. Maybe the  storage group name could be same with the previous example.




----------------------------------------------------------------
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:
users@infra.apache.org