Skip to content

Commit d91f9f0

Browse files
authored
chore(query): adjust the default Bloom filter enable setting (#18966)
1 parent 39442d6 commit d91f9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/settings/src/settings_default.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ impl DefaultSettings {
349349
range: Some(SettingRange::Numeric(0..=u64::MAX)),
350350
}),
351351
("bloom_runtime_filter_threshold", DefaultSettingValue {
352-
value: UserSettingValue::UInt64(u64::MAX),
352+
value: UserSettingValue::UInt64(3000000),
353353
desc: "Sets the maximum number of rows for bloom runtime filter generation.",
354354
mode: SettingMode::Both,
355355
scope: SettingScope::Both,

0 commit comments

Comments
 (0)