We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7219712 commit 5e9e739Copy full SHA for 5e9e739
src/query/settings/src/settings_default.rs
@@ -697,7 +697,7 @@ impl DefaultSettings {
697
range: Some(SettingRange::Numeric(0..=u64::MAX)),
698
}),
699
("enable_result_set_spilling", DefaultSettingValue {
700
- value: UserSettingValue::UInt64(1),
+ value: UserSettingValue::UInt64(0),
701
desc: "Enable spilling result set data to storage when memory usage exceeds the threshold.",
702
mode: SettingMode::Both,
703
scope: SettingScope::Both,
0 commit comments