This is an automated email from the ASF dual-hosted git repository.

morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-doris.git


The following commit(s) were added to refs/heads/master by this push:
     new aa5379c  [Doc] Modify cumulative_compaction_policy comment in config.h 
(#5354)
aa5379c is described below

commit aa5379cff5662dda0aaf350e8854bd6a19814b95
Author: weizuo93 <[email protected]>
AuthorDate: Sun Feb 7 22:38:34 2021 +0800

    [Doc] Modify cumulative_compaction_policy comment in config.h (#5354)
    
    Co-authored-by: weizuo <[email protected]>
---
 be/src/common/config.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/be/src/common/config.h b/be/src/common/config.h
index e978fc8..1c62a7e 100644
--- a/be/src/common/config.h
+++ b/be/src/common/config.h
@@ -243,7 +243,7 @@ 
CONF_mInt64(base_compaction_interval_seconds_since_last_operation, "86400");
 CONF_mInt32(base_compaction_write_mbytes_per_sec, "5");
 
 // config the cumulative compaction policy
-// Valid configs: num_base, size_based
+// Valid configs: num_based, size_based
 // num_based policy, the original version of cumulative compaction, cumulative 
version compaction once.
 // size_based policy, a optimization version of cumulative compaction, 
targeting the use cases requiring
 // lower write amplification, trading off read amplification and space 
amplification.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to