[GitHub] xuchuanyin commented on a change in pull request #3064: [CARBONDATA-3243] Updated DOC for No-Sort Compaction and a few Fixes

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] xuchuanyin commented on a change in pull request #3064: [CARBONDATA-3243] Updated DOC for No-Sort Compaction and a few Fixes

GitBox
xuchuanyin commented on a change in pull request #3064: [CARBONDATA-3243] Updated DOC for No-Sort Compaction and a few Fixes
URL: https://github.com/apache/carbondata/pull/3064#discussion_r247353025
 
 

 ##########
 File path: docs/dml-of-carbondata.md
 ##########
 @@ -459,3 +467,24 @@ CarbonData DML statements are documented here,which includes:
   CLEAN FILES FOR TABLE carbon_table
   ```
 
+### Compaction Performance
+
+  The performance of Compaction depends upon the table as well as already loaded data.
+
+  If the SORT_SCOPE of Table is **NO_SORT**, the Compaction does nothing but loading the data again
+  and saving it back to files, so that no. of segments can be reduced (if possible). The data
 
 Review comment:
   I think we can use the whole word 'no.' instead of 'no.' for better understanding

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[hidden email]


With regards,
Apache Git Services