liukun4515 commented on code in PR #2072:
URL: https://github.com/apache/kylin/pull/2072#discussion_r1065294892


##########
src/core-common/src/main/java/org/apache/kylin/common/KylinConfigBase.java:
##########
@@ -3673,4 +3679,53 @@ public int getSecondStorageWaitLockTimeout() {
     public boolean getDDLEnabled(){
         return Boolean.parseBoolean(getOptional("kylin.source.ddl.enabled", 
FALSE));
     }
+
+    // 
============================================================================
+    // Cost case cuboid Planner
+    // 
============================================================================
+
+    public boolean enableCostBasedIndexPlanner() {
+        // If we enable the cost base cuboid planner, we will recommend subset 
of layouts from the rule.
+        return 
Boolean.parseBoolean(getOptional("kylin.index.costbased.enabled", FALSE));

Review Comment:
   The default of cost based index is not enabled



-- 
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.

To unsubscribe, e-mail: issues-unsubscr...@kylin.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to