Posted by
Jacky Li on
Aug 21, 2018; 1:56pm
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/Change-the-comment-content-for-column-when-execute-command-desc-formatted-table-name-tp46848p59897.html
Hi ZZC,
I have checked the doc in CARBONDATA-2595. I have following comments:
1. In the Table Basic Information section, it is better to print the Table Path instead of "CARBON Store Path”
2. For the Table Data Size and Index Size, can you format the output in GB, MB, KB, etc
3. For the Last Update Time, can you format the output in UTC time like YYYY-MM-DD hh:mm:ss
4. In table property, I think maybe some properties are missing, like block size, blocklet size, long string
For implementation, I suggest to write the main logic of collecting these information in java so that it is easier to write tools for it. One tool can be this SQL command and another tool I can think of is an standalone java executable that can print these information on the screen by reading the given table path. (We can put this standalone tool in SDK module)
Regards,
Jacky