File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
en/administration/management
ja/administration/management
zh/administration/management
fe/fe-core/src/main/java/com/starrocks/common Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1213,7 +1213,7 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
1213
1213
1214
1214
##### enable_backup_materialized_view
1215
1215
1216
- - Default: true
1216
+ - Default: false
1217
1217
- Type: Boolean
1218
1218
- Unit: -
1219
1219
- Is mutable: Yes
Original file line number Diff line number Diff line change @@ -845,7 +845,7 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
845
845
846
846
##### enable_backup_materialized_view
847
847
848
- - デフォルト: true
848
+ - デフォルト: false
849
849
- タイプ: Boolean
850
850
- 単位: -
851
851
- 変更可能: はい
Original file line number Diff line number Diff line change @@ -1205,7 +1205,7 @@ ADMIN SET FRONTEND CONFIG ("key" = "value");
1205
1205
1206
1206
##### enable_backup_materialized_view
1207
1207
1208
- - 默认值:true
1208
+ - 默认值:false
1209
1209
- 类型:Boolean
1210
1210
- 单位:-
1211
1211
- 是否动态:是
Original file line number Diff line number Diff line change @@ -1328,7 +1328,7 @@ public class Config extends ConfigBase {
1328
1328
* whether backup materialized views in backing databases. If not, will skip backing materialized views.
1329
1329
*/
1330
1330
@ ConfField (mutable = true )
1331
- public static boolean enable_backup_materialized_view = true ;
1331
+ public static boolean enable_backup_materialized_view = false ;
1332
1332
1333
1333
/**
1334
1334
* Whether to display all task runs or only the newest task run in ShowMaterializedViews command to be
You can’t perform that action at this time.
0 commit comments