@@ -97,15 +97,15 @@ message TFeatureFlags {
97
97
optional bool EnableAlterDatabaseCreateHiveFirst = 82 [default = false ];
98
98
reserved 83 ; // EnableKqpDataQuerySourceRead
99
99
optional bool EnableSmallDiskOptimization = 84 [default = true ];
100
- optional bool EnableDataShardVolatileTransactions = 85 [default = true ];
100
+ optional bool EnableDataShardVolatileTransactions = 85 [default = false ];
101
101
optional bool EnableTopicServiceTx = 86 [default = false ];
102
- optional bool EnableLLVMCache = 87 [default = false ];
102
+ optional bool EnableLLVMCache = 87 [default = true ];
103
103
optional bool EnableExternalDataSources = 88 [default = false ];
104
104
optional bool EnableTopicDiskSubDomainQuota = 89 [default = true ];
105
- optional bool EnableSeparationComputeActorsFromRead = 90 [default = false ];
105
+ optional bool EnableSeparationComputeActorsFromRead = 90 [default = true ];
106
106
optional bool EnablePQConfigTransactionsAtSchemeShard = 91 [default = false ];
107
107
optional bool EnableScriptExecutionOperations = 92 [default = true ];
108
- optional bool EnableImplicitQueryParameterTypes = 93 [default = true ];
108
+ optional bool EnableImplicitQueryParameterTypes = 93 [default = false ];
109
109
optional bool EnableForceImmediateEffectsExecution = 94 [default = false ];
110
110
optional bool EnableTopicSplitMerge = 95 [default = false ];
111
111
optional bool EnableChangefeedDynamoDBStreamsFormat = 96 [default = true ];
@@ -121,7 +121,7 @@ message TFeatureFlags {
121
121
optional bool EnableStatistics = 106 [default = false ];
122
122
optional bool EnableUuidAsPrimaryKey = 107 [default = false ];
123
123
optional bool EnableTablePgTypes = 108 [default = false ];
124
- optional bool EnableLocalDBBtreeIndex = 109 [default = true ];
124
+ optional bool EnableLocalDBBtreeIndex = 109 [default = false ];
125
125
optional bool EnablePDiskHighHDDInFlight = 110 [default = false ];
126
126
optional bool UseVDisksBalancing = 111 [default = false ];
127
127
optional bool EnableViews = 112 [default = false ];
0 commit comments