dataroaring commented on code in PR #1655: URL: https://github.com/apache/doris-website/pull/1655#discussion_r1899241397
########## i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/data-admin/ccr/config.md: ########## @@ -0,0 +1,66 @@ +--- +title: 配置说明 +language: zh-CN +--- + +<!-- +Licensed to the Apache Software Foundation (ASF) under one +or more contributor license agreements. See the NOTICE file +distributed with this work for additional information +regarding copyright ownership. The ASF licenses this file +to you under the Apache License, Version 2.0 (the +"License"); you may not use this file except in compliance +with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, +software distributed under the License is distributed on an +"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +KIND, either express or implied. See the License for the +specific language governing permissions and limitations +under the License. +--> + +本文给出使用 CCR 需要调整或者关注的配置。 + +## FE 配置 + +在 fe.conf 中配置,例如 `restore_reset_index_id = true`。 + +| **名称**|**说明**|**默认值**| **版本** | +|---|---|---|---| +|`restore_reset_index_id`|如果同步的表中使用 inverted index 或者 bitmap 索引,需设置为 `false`。| false| 从 2.1.8 及 3.0.4 开始。 | +|`ignore_backup_tmp_partitions`|避免因上游创建 `tmp partition` 导致同步中断,需设置为 `true`。|false| 从 2.1.8 及 3.0.4 开始。 | +|`max_backup_restore_job_num_per_db`|内存中每个 DB 的 backup/restore job 数量限制,建议设置为 2。|10 | 所有版本。| Review Comment: 比较消耗内存,回头看看是不是默认值也改成2的。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org