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 2bcecfb commit fa9c0a2Copy full SHA for fa9c0a2
ydb/core/protos/feature_flags.proto
@@ -134,7 +134,7 @@ message TFeatureFlags {
134
optional bool EnableLocalDBBtreeIndex = 109 [default = false];
135
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
136
reserved 111; // UseVDisksBalancing
137
- optional bool EnableViews = 112 [default = false];
+ optional bool EnableViews = 112 [default = true];
138
optional bool EnableServerlessExclusiveDynamicNodes = 113 [default = false];
139
optional bool EnableAccessServiceBulkAuthorization = 114 [default = false];
140
optional bool EnableAddColumsWithDefaults = 115 [ default = false];
0 commit comments