[Session](rf) Change the default min size of bf runtime filter (#29837)
This commit is contained in:
@ -867,7 +867,7 @@ public class SessionVariable implements Serializable, Writable {
|
||||
private int runtimeBloomFilterSize = 2097152;
|
||||
|
||||
@VariableMgr.VarAttr(name = RUNTIME_BLOOM_FILTER_MIN_SIZE, needForward = true)
|
||||
private int runtimeBloomFilterMinSize = 1048576;
|
||||
private int runtimeBloomFilterMinSize = 2048;
|
||||
|
||||
@VariableMgr.VarAttr(name = RUNTIME_BLOOM_FILTER_MAX_SIZE, needForward = true)
|
||||
private int runtimeBloomFilterMaxSize = 16777216;
|
||||
|
||||
Reference in New Issue
Block a user