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 781d28d commit 3920110Copy full SHA for 3920110
ydb/core/protos/feature_flags.proto
@@ -97,7 +97,7 @@ message TFeatureFlags {
97
optional bool EnableAlterDatabaseCreateHiveFirst = 82 [default = false];
98
reserved 83; // EnableKqpDataQuerySourceRead
99
optional bool EnableSmallDiskOptimization = 84 [default = true];
100
- optional bool EnableDataShardVolatileTransactions = 85 [default = true];
+ optional bool EnableDataShardVolatileTransactions = 85 [default = false];
101
optional bool EnableTopicServiceTx = 86 [default = false];
102
optional bool EnableLLVMCache = 87 [default = false];
103
optional bool EnableExternalDataSources = 88 [default = false];
0 commit comments