Skip to content

Commit

Permalink
Enable spilling
Browse files Browse the repository at this point in the history
  • Loading branch information
maximyurchuk committed Nov 25, 2024
1 parent 081dcbc commit 8c2c8a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ydb/core/protos/table_service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ message TTableServiceConfig {

message TSpillingServiceConfig {
message TLocalFileConfig {
optional bool Enable = 1 [default = false];
optional bool Enable = 1 [default = true];
optional string Root = 2 [default = ""];
optional uint64 MaxTotalSize = 3 [default = 21474836480]; // 20 GiB
optional uint64 MaxFileSize = 4 [default = 5368709120]; // 5 GiB
Expand Down Expand Up @@ -309,7 +309,7 @@ message TTableServiceConfig {

optional bool EnableImplicitQueryParameterTypes = 66 [ default = false ];

optional string EnableSpillingNodes = 67 [ default = "None" ];
optional string EnableSpillingNodes = 67 [ default = "All" ];

message TComputeSchedulerSettings {
optional uint64 AdvanceTimeIntervalUsec = 1 [default = 50000];
Expand Down

0 comments on commit 8c2c8a4

Please sign in to comment.