Posted by
GitBox on
URL: http://apache-carbondata-dev-mailing-list-archive.168.s1.nabble.com/GitHub-carbondata-Zhangshunyu-opened-a-new-pull-request-4020-CARBONDATA-4054-Support-data-size-contrn-tp103477p103810.html
ajantha-bhat commented on a change in pull request #4020:
URL:
https://github.com/apache/carbondata/pull/4020#discussion_r532361537##########
File path: docs/dml-of-carbondata.md
##########
@@ -529,6 +529,10 @@ CarbonData DML statements are documented here,which includes:
* Level 1: Merging of the segments which are not yet compacted.
* Level 2: Merging of the compacted segments again to form a larger segment.
+ The segment whose data size exceed limit of carbon.minor.compaction.size will not be included in
+ minor compaction. If user want to control the size of segment included in minor compaction,
+ configure the property with appropriate value in MB, if not configure, will merge segments only
+ based on num of segments.
Review comment:
```suggestion
based on number of segments.
```
----------------------------------------------------------------
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:
[hidden email]