BiteTheDDDDt commented on code in PR #41066:
URL: https://github.com/apache/doris/pull/41066#discussion_r1772500505
##########
fe/fe-core/src/main/java/org/apache/doris/qe/SessionVariable.java:
##########
@@ -1520,8 +1520,8 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag)
{
public boolean enableTwoPhaseReadOpt = true;
@VariableMgr.VarAttr(name = TOPN_OPT_LIMIT_THRESHOLD)
public long topnOptLimitThreshold = 1024;
- @VariableMgr.VarAttr(name = TOPN_FILTER_LIMIT_THRESHOLD)
- public long topnFilterLimitThreshold = 10240000;
Review Comment:
Now this parameter is divided into topnFilterLimitThreshold and
topnOptLimitThreshold. topnFilterLimitThreshold only affects topn filter
planning.
--
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]