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



##########
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:
       In SSB test set, this policy will benefit q2.1, q2.2, q2.3, q4.1 and 
q4.3, and don't have any impact on other sqls. In tpch test set, q9, q10, q17 
and q18 would run faster after removing the useless runtime filters, no impact 
on other sqls either.




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