marchpure commented on a change in pull request #3792:
URL: https://github.com/apache/carbondata/pull/3792#discussion_r442154411
##########
File path: docs/segment-management-on-carbondata.md
##########
@@ -54,6 +54,12 @@ concept which helps to maintain consistency of data and easy
transaction managem
SHOW SEGMENTS ON CarbonDatabase.CarbonTable
```
+ Show lastest 10 visible segments
Review comment:
Yeah. currently, the showed segments are ordered by loadname desc. in
the type of:
+---+---------+-----------------------+
|ID |Status |Load Start Time |
+---+---------+-----------------------+
|5 |Compacted|2020-06-18 04:20:09.041|
|4.1|Success |2020-06-18 04:20:09.041|
|4 |Compacted|2020-06-18 04:20:08.69 |
|3 |Compacted|2020-06-18 04:20:07.622|
|2.1|Compacted|2020-06-18 04:20:07.622|
|2 |Compacted|2020-06-18 04:20:07.226|
----------------------------------------------------------------
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]