xinyiZzz commented on a change in pull request #8745:
URL: https://github.com/apache/incubator-doris/pull/8745#discussion_r839573457



##########
File path: fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java
##########
@@ -176,6 +176,8 @@
 
     public static final String BLOCK_ENCRYPTION_MODE = "block_encryption_mode";
 
+    public static final String ENABLE_STAR_SCHEMA_RUNTIME_FILTER_POLICY = 
"enable_star_schema_runtime_filter_policy";

Review comment:
       Under star schemas such as SSB, after `set 
enable_star_schema_runtime_filter_policy=true`.
   Will performance overall be higher than the default RF generation rules?




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

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