Skip to content

Commit a0766b2

Browse files
committed
settings
1 parent 591d4f6 commit a0766b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/query/settings/src/settings_default.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ impl DefaultSettings {
496496
range: Some(SettingRange::Numeric(0..=u64::MAX)),
497497
}),
498498
("nested_loop_join_threshold", DefaultSettingValue {
499-
value: UserSettingValue::UInt64(1024),
499+
value: UserSettingValue::UInt64(10000),
500500
desc: "Set the threshold for use nested loop join. Setting it to 0 disable nested loop join.",
501501
mode: SettingMode::Both,
502502
scope: SettingScope::Both,
@@ -1498,7 +1498,7 @@ impl DefaultSettings {
14981498
range: Some(SettingRange::Numeric(0..=1)),
14991499
}),
15001500
("enable_experimental_new_join", DefaultSettingValue {
1501-
value: UserSettingValue::UInt64(0),
1501+
value: UserSettingValue::UInt64(1),
15021502
desc: "Enables the experimental new join implement",
15031503
mode: SettingMode::Both,
15041504
scope: SettingScope::Both,

0 commit comments

Comments
 (0)