kangkaisen commented on a change in pull request #4159:
URL: https://github.com/apache/incubator-doris/pull/4159#discussion_r459311392



##########
File path: fe/fe-core/src/main/java/org/apache/doris/common/Config.java
##########
@@ -1117,5 +1117,34 @@
      */
     @ConfField
     public static String thrift_server_type = ThriftServer.THREAD_POOL;
-}
+    
+    /**
+     * If set to true, fe will enable sql result cache
+     * This option is suitable for offline data update scenarios
+     *                              case1   case2   case3   case4
+     * enable_sql_cache             false   true    true    false
+     * enable_partition_cache       false   false   true    true
+     */
+    @ConfField(mutable = true, masterOnly = false)
+    public static boolean enable_sql_cache = false;

Review comment:
       All query cache config would better start with the same prefix.




----------------------------------------------------------------
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:
[email protected]



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

Reply via email to