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 575a810 commit 16530dbCopy full SHA for 16530db
ydb/core/protos/feature_flags.proto
@@ -145,7 +145,7 @@ message TFeatureFlags {
145
optional bool EnableExternalSourceSchemaInference = 126 [default = false];
146
optional bool EnableDbMetadataCache = 127 [default = false];
147
optional bool EnableTableDatetime64 = 128 [default = true];
148
- optional bool EnableResourcePools = 129 [default = false];
+ optional bool EnableResourcePools = 129 [default = true];
149
optional bool EnableColumnStatistics = 130 [default = false];
150
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
151
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
0 commit comments