You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2019/10/21 04:46:09 UTC

[GitHub] [incubator-doris] kangpinghuang commented on a change in pull request #2020: Make default rowset type to config

kangpinghuang commented on a change in pull request #2020: Make default rowset type to config
URL: https://github.com/apache/incubator-doris/pull/2020#discussion_r336836315
 
 

 ##########
 File path: be/src/common/config.h
 ##########
 @@ -481,6 +481,12 @@ namespace config {
     // config for tablet meta checkpoint
     CONF_Int32(tablet_meta_checkpoint_min_new_rowsets_num, "10");
     CONF_Int32(tablet_meta_checkpoint_min_interval_secs, "600");
+
+    // config for default rowset type
+    // 0: ALPHA_ROWSET
+    // 1: BETA_ROWSET
+    CONF_Int32(default_rowset_type, "0");
+    CONF_Int32(compaction_rowset_type, "0");
 
 Review comment:
   ok

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


With regards,
Apache Git Services

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