Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/admin-manual/config/fe-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -2152,9 +2152,9 @@ When create a table(or partition), you can specify its storage medium(HDD or SSD

#### `default_compression_type`

Default: lz4 (before 4.0.3), zstd (since 4.0.3)
Default: LZ4F (before 4.0.3), ZSTD (since 4.0.3)

When creating a table, you can specify its compression algorithm. If not set, this specifies the default compression type when creating a table. Valid values include: lz4, zstd.
When creating a table, you can specify its compression algorithm. If not set, this specifies the default compression type when creating a table. Valid values: LZ4, LZ4F, LZ4HC, ZLIB, ZSTD, SNAPPY, NONE (case-insensitive).

#### `enable_storage_policy`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2167,9 +2167,9 @@ tablet 状态更新间隔

#### `default_compression_type`

默认值:lz4(4.0.3 之前),zstd(4.0.3 及之后)
默认值:LZ4F(4.0.3 之前),ZSTD(4.0.3 及之后)

创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值包括:lz4、zstd
创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值:LZ4、LZ4F、LZ4HC、ZLIB、ZSTD、SNAPPY、NONE(大小写不敏感)

#### `enable_storage_policy`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1603,9 +1603,9 @@

默认值:500

是否可以动态配置:true

Check warning on line 1606 in i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-cjk-spacing

Chinese text should contain spaces around adjacent English words or numbers. Owner%3A @apache/doris-website-maintainers

是否为 Master FE 节点独有的配置项:true

Check warning on line 1608 in i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-cjk-spacing

Chinese text should contain spaces around adjacent English words or numbers. Owner%3A @apache/doris-website-maintainers

存算分离模式下 Merge-On-Write Unique 表上的导入事务强制抢锁的超时阈值。

Expand Down Expand Up @@ -1762,7 +1762,7 @@

用于设置单个 tablet 的最大 replication 数量。

#### `default_db_data_quota_bytes`

Check warning on line 1765 in i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

默认值:8192PB

Expand All @@ -1779,7 +1779,7 @@
show data (其他用法:HELP SHOW DATA)
```

#### `default_db_replica_quota_size`

Check warning on line 1782 in i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

默认值:1073741824

Expand Down Expand Up @@ -2167,9 +2167,9 @@

#### `default_compression_type`

默认值:lz4(4.0.3 之前),zstd(4.0.3 及之后)
默认值:LZ4F(4.0.3 之前),ZSTD(4.0.3 及之后)

创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值包括:lz4、zstd
创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值:LZ4、LZ4F、LZ4HC、ZLIB、ZSTD、SNAPPY、NONE(大小写不敏感)

#### `enable_storage_policy`

Expand Down Expand Up @@ -2666,7 +2666,7 @@

默认值:-1

是否可以动态配置:true

Check warning on line 2669 in i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

是否为 Master FE 节点独有的配置项:true

Expand Down
4 changes: 2 additions & 2 deletions versioned_docs/version-4.x/admin-manual/config/fe-config.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

Check notice on line 1 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

i18n-sync-locale-candidate

Japanese docs are report-only. Generate a candidate translation from the changed files and merge it only after human review. Owner%3A @apache/doris-website-maintainers

Check notice on line 1 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

i18n-sync-version-candidate

A 3.x counterpart exists. Confirm whether the change is supported in 3.x before leaving it unsynced. Owner%3A @apache/doris-website-maintainers
{
"title": "FE Configuration | Config",
"language": "en",
Expand Down Expand Up @@ -74,13 +74,13 @@

1. Modify `async_pending_load_task_pool_size`

Through `SHOW FRONTEND CONFIG;` you can see that this configuration item cannot be dynamically configured (`IsMutable` is false). You need to add in `fe.conf`:

Check warning on line 77 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

`async_pending_load_task_pool_size = 20`

Then restart the FE process to take effect the configuration.

2. Modify `dynamic_partition_enable`

Check warning on line 83 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

Through `SHOW FRONTEND CONFIG;` you can see that the configuration item can be dynamically configured (`IsMutable` is true). And it is the unique configuration of Master FE. Then first we can connect to any FE and execute the following command to modify the configuration:

Expand Down Expand Up @@ -1747,7 +1747,7 @@

Used to set maximal number of replication per tablet.

#### `default_db_data_quota_bytes`

Check warning on line 1750 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

Default:8192PB

Expand All @@ -1764,7 +1764,7 @@
show data (Detail:HELP SHOW DATA)
```

#### `default_db_replica_quota_size`

Check warning on line 1767 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

Default: 1073741824

Expand Down Expand Up @@ -2152,9 +2152,9 @@

#### `default_compression_type`

Default: lz4 (before 4.0.3), zstd (since 4.0.3)
Default: LZ4F (before 4.0.3), ZSTD (since 4.0.3)

When creating a table, you can specify its compression algorithm. If not set, this specifies the default compression type when creating a table. Valid values include: lz4, zstd.
When creating a table, you can specify its compression algorithm. If not set, this specifies the default compression type when creating a table. Valid values: LZ4, LZ4F, LZ4HC, ZLIB, ZSTD, SNAPPY, NONE (case-insensitive).

#### `enable_storage_policy`

Expand Down Expand Up @@ -2650,7 +2650,7 @@

Default:-1

IsMutable:true

Check warning on line 2653 in versioned_docs/version-4.x/admin-manual/config/fe-config.md

View workflow job for this annotation

GitHub Actions / Build Check

markdown-code-fence-language

Code fence should declare a language. Owner%3A @apache/doris-website-maintainers

MasterOnly:true

Expand Down
Loading