kangpinghuang commented on a change in pull request #1687: add limit to show 
tablet(#1547)
URL: https://github.com/apache/incubator-doris/pull/1687#discussion_r318015451
 
 

 ##########
 File path: docs/documentation/cn/sql-reference/sql-statements/Data 
Manipulation/SHOW TABLET.md
 ##########
 @@ -3,15 +3,36 @@
     该语句用于显示 tablet 相关的信息(仅管理员使用)
     语法:
         SHOW TABLET
-        [FROM [db_name.]table_name | tablet_id]
+        [FROM [db_name.]table_name | tablet_id] [partiton(partition_name_1, 
partition_name_1)]
+        [where [version=1] [and backendid=10000] [and 
state="NORMAL|ROLLUP|CLONE|DECOMMISSION"]]
+        [order by order_column]
+        [limit [offset,]size]
+
+    Now show tablet command supports to get tablet from partition, and filter 
results by 
 
 Review comment:
   ok

----------------------------------------------------------------
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]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to