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 c2244f7 commit de0404aCopy full SHA for de0404a
ydb/core/protos/feature_flags.proto
@@ -156,7 +156,7 @@ message TFeatureFlags {
156
optional bool EnableSingleCompositeActionGroup = 131 [default = false];
157
optional bool EnableResourcePoolsOnServerless = 132 [default = false];
158
optional bool EnableVectorIndex = 133 [default = false];
159
- optional bool EnableChangefeedsOnIndexTables = 134 [default = false];
+ optional bool EnableChangefeedsOnIndexTables = 134 [default = true];
160
optional bool EnableResourcePoolsCounters = 135 [default = false];
161
optional bool EnableOptionalColumnsInColumnShard = 136 [default = false];
162
optional bool EnableGranularTimecast = 137 [default = true];
0 commit comments