Skip to content

Commit e60149b

Browse files
authored
EnableImmediateWritingOnBulkUpsert by default (#12272) (#14090)
1 parent 482623c commit e60149b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ydb/core/kqp/ut/common/kqp_ut_common.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ TKikimrRunner::TKikimrRunner(const TKikimrSettings& settings) {
122122
appConfig.MutableColumnShardConfig()->SetDisabledOnSchemeShard(false);
123123
ServerSettings->SetAppConfig(appConfig);
124124
ServerSettings->SetFeatureFlags(settings.FeatureFlags);
125-
ServerSettings->FeatureFlags.SetEnableImmediateWritingOnBulkUpsert(true);
126125
ServerSettings->SetNodeCount(settings.NodeCount);
127126
ServerSettings->SetEnableKqpSpilling(enableSpilling);
128127
ServerSettings->SetEnableDataColumnForIndexTable(true);

ydb/core/protos/feature_flags.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ message TFeatureFlags {
157157
optional bool EnableExternalDataSourcesOnServerless = 143 [default = true];
158158
optional bool EnableSparsedColumns = 144 [default = false];
159159
optional bool EnableParameterizedDecimal = 145 [default = false];
160-
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = false];
160+
optional bool EnableImmediateWritingOnBulkUpsert = 146 [default = true];
161161
optional bool EnableInsertWriteIdSpecialColumnCompatibility = 147 [default = false];
162162
optional bool EnableDriveSerialsDiscovery = 152 [default = false];
163163
optional bool EnableScaleRecommender = 157 [default = true];

0 commit comments

Comments
 (0)