Skip to content

Commit 5650ee2

Browse files
committed
disable spilling
1 parent 5c4df04 commit 5650ee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/protos/table_service_config.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ message TTableServiceConfig {
5555

5656
message TSpillingServiceConfig {
5757
message TLocalFileConfig {
58-
optional bool Enable = 1 [default = true];
58+
optional bool Enable = 1 [default = false];
5959
optional string Root = 2 [default = ""];
6060
optional uint64 MaxTotalSize = 3 [default = 21474836480]; // 20 GiB
6161
optional uint64 MaxFileSize = 4 [default = 5368709120]; // 5 GiB
@@ -309,7 +309,7 @@ message TTableServiceConfig {
309309

310310
optional bool EnableImplicitQueryParameterTypes = 66 [ default = false ];
311311

312-
optional string EnableSpillingNodes = 67 [ default = "All" ];
312+
optional string EnableSpillingNodes = 67 [ default = "" ];
313313

314314
message TComputeSchedulerSettings {
315315
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000];

0 commit comments

Comments
 (0)