Skip to content

Commit

Permalink
[tmp](pipeline) disable two phase opt by default temporialy
Browse files Browse the repository at this point in the history
  • Loading branch information
dataroaring committed May 15, 2024
1 parent 83f4c02 commit 7e84d1c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1347,7 +1347,7 @@ public void setEnableLeftZigZag(boolean enableLeftZigZag) {
// 1. read related rowids along with necessary column data
// 2. spawn fetch RPC to other nodes to get related data by sorted rowids
@VariableMgr.VarAttr(name = ENABLE_TWO_PHASE_READ_OPT, fuzzy = true)
public boolean enableTwoPhaseReadOpt = true;
public boolean enableTwoPhaseReadOpt = false;
@VariableMgr.VarAttr(name = TOPN_OPT_LIMIT_THRESHOLD)
public long topnOptLimitThreshold = 1024;
@VariableMgr.VarAttr(name = ENABLE_SNAPSHOT_POINT_QUERY)
Expand Down

0 comments on commit 7e84d1c

Please sign in to comment.