chaoyli commented on issue #3687:
URL: 
https://github.com/apache/incubator-doris/issues/3687#issuecomment-635045710


   > 
https://github.com/apache/incubator-doris/blob/a5922051c9bee4d75599847838596abcd8b0bd3b/be/src/olap/tablet.cpp#L681-L702
   > 
   > I'm not sure what is the theoretical basis of cumulative point in Doris, 
can I consider that rowset that hasn't do cumulative compaction must after 
cumulative point? Or any singleton rowset (with only one version) must be after 
cumulative point?
   
   Cumulative point is the point to divide BaseCompaction and Cumulative 
Compaction.
   CumulativeCompaction will compact [cumulative_point, max_version].
   BaseCompaction will compact [0, cumulative_point-1].


----------------------------------------------------------------
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:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to