File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments