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 3c6a812 commit 8b87241Copy full SHA for 8b87241
ydb/core/protos/feature_flags.proto
@@ -124,7 +124,7 @@ message TFeatureFlags {
124
optional bool EnableLocalDBBtreeIndex = 109 [default = true];
125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false];
126
optional bool UseVDisksBalancing = 111 [default = false];
127
- optional bool EnableViews = 112 [default = false];
+ optional bool EnableViews = 112 [default = true];
128
optional bool EnableServerlessExclusiveDynamicNodes = 113 [default = false];
129
optional bool EnableAccessServiceBulkAuthorization = 114 [default = false];
130
optional bool EnableAddColumsWithDefaults = 115 [ default = false];
0 commit comments