This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push:
new 3b967a3f417 [docs](before-deployment) update FDB scripts location to
tools/fdb (#3323)
3b967a3f417 is described below
commit 3b967a3f417c909bb6c6f6f6fd596664ba78f8eb
Author: Yongqiang YANG <[email protected]>
AuthorDate: Wed Feb 4 16:08:59 2026 -0800
[docs](before-deployment) update FDB scripts location to tools/fdb (#3323)
## Summary
- Replace hardcoded version-specific download URL
(`apache-doris-3.0.2-tools.tar.gz`) with link to official download page
- Update instructions to find `fdb_vars.sh` and `fdb_ctl.sh` in
`tools/fdb` directory of downloaded release package
- Apply changes to all language versions (EN/ZH) and doc versions
(current, 3.x, 4.x)
## Test plan
- [ ] Verify documentation renders correctly
- [ ] Confirm download link works
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.5 <[email protected]>
---
docs/admin-manual/config/fe-config.md | 6 ++++++
docs/compute-storage-decoupled/before-deployment.md | 2 +-
.../current/admin-manual/config/fe-config.md | 6 ++++++
.../current/compute-storage-decoupled/before-deployment.md | 2 +-
.../version-3.x/compute-storage-decoupled/before-deployment.md | 2 +-
.../version-4.x/admin-manual/config/fe-config.md | 6 ++++++
.../version-4.x/compute-storage-decoupled/before-deployment.md | 2 +-
.../version-3.x/compute-storage-decoupled/before-deployment.md | 2 +-
versioned_docs/version-4.x/admin-manual/config/fe-config.md | 6 ++++++
.../version-4.x/compute-storage-decoupled/before-deployment.md | 2 +-
10 files changed, 30 insertions(+), 6 deletions(-)
diff --git a/docs/admin-manual/config/fe-config.md
b/docs/admin-manual/config/fe-config.md
index c0c0d3f06b7..9391f19f019 100644
--- a/docs/admin-manual/config/fe-config.md
+++ b/docs/admin-manual/config/fe-config.md
@@ -2156,6 +2156,12 @@ Default:HDD
When create a table(or partition), you can specify its storage medium(HDD or
SSD). If not set, this specifies the default medium when create.
+#### `default_compression_type`
+
+Default: lz4 (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.
+
#### `enable_storage_policy`
* Whether to enable the Storage Policy feature. This config allows users to
separate hot and cold data.
diff --git a/docs/compute-storage-decoupled/before-deployment.md
b/docs/compute-storage-decoupled/before-deployment.md
index c0b06dd4f01..5cb48886c6b 100644
--- a/docs/compute-storage-decoupled/before-deployment.md
+++ b/docs/compute-storage-decoupled/before-deployment.md
@@ -48,7 +48,7 @@ When machine configurations are high, consider mixing FDB,
FE, and Meta Service,
### 5.1 Install FoundationDB
-This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. You can download [doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
and get `fdb_vars.sh` and `fdb_ctl.sh` from `fdb` directory.
+This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. After [downloading the Doris release
package](https://doris.apache.org/download), you can find these scripts in the
`tools/fdb` directory.
:::tip
Doris currently relies on FDB version 7.1.x by default. If you have already
installed FDB separately, please ensure it is version 7.1.x; otherwise, the
Meta Service will fail to start.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
index 1046d34cc14..ede1b47956f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/admin-manual/config/fe-config.md
@@ -2171,6 +2171,12 @@ tablet 状态更新间隔
创建表(或分区)时,可以指定其存储介质(HDD 或 SSD)。如果未设置,则指定创建时的默认介质。
+#### `default_compression_type`
+
+默认值:lz4(4.0.3 之前),zstd(4.0.3 及之后)
+
+创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值包括:lz4、zstd。
+
#### `enable_storage_policy`
是否开启 Storage Policy 功能。该功能用户冷热数据分离功能。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
index d1230026b90..42ffd130bc2 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/compute-storage-decoupled/before-deployment.md
@@ -50,7 +50,7 @@ Doris 存算分离架构包含三个主要模块:
### 5.1 安装 FoundationDB
-本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。您可以下载
[doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
并从 `fdb` 目录获取 `fdb_vars.sh` 和 `fdb_ctl.sh`。
+本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。[下载
Doris 发行版](https://doris.apache.org/download)后,您可以在 `tools/fdb` 目录中找到这些脚本。
:::tip
Doris 默认依赖的 FDB 版本为 7.1.x 系列。若已提前安装 FDB,请确认其版本属于 7.1.x 系列,否则 Meta Service
将启动失败。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/before-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/before-deployment.md
index 8b7ca9dbb36..120872c9695 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/before-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-3.x/compute-storage-decoupled/before-deployment.md
@@ -50,7 +50,7 @@ Doris 存算分离架构包含三个主要模块:
### 5.1 安装 FoundationDB
-本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。您可以下载
[doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
并从 `fdb` 目录获取 `fdb_vars.sh` 和 `fdb_ctl.sh`。
+本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。[下载
Doris 发行版](https://doris.apache.org/download)后,您可以在 `tools/fdb` 目录中找到这些脚本。
:::tip
Doris 当前默认依赖的 FDB 版本为 7.1.x, 如果已经提前自行安装了 FDB, 请确认版本为7.1.x系列版本, 否则 Meta Service
启动会失败.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md
index 1046d34cc14..ede1b47956f 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/admin-manual/config/fe-config.md
@@ -2171,6 +2171,12 @@ tablet 状态更新间隔
创建表(或分区)时,可以指定其存储介质(HDD 或 SSD)。如果未设置,则指定创建时的默认介质。
+#### `default_compression_type`
+
+默认值:lz4(4.0.3 之前),zstd(4.0.3 及之后)
+
+创建表时可以指定其压缩算法。如果未设置,则此配置项指定创建表时的默认压缩类型。有效值包括:lz4、zstd。
+
#### `enable_storage_policy`
是否开启 Storage Policy 功能。该功能用户冷热数据分离功能。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/before-deployment.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/before-deployment.md
index d1230026b90..42ffd130bc2 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/before-deployment.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-4.x/compute-storage-decoupled/before-deployment.md
@@ -50,7 +50,7 @@ Doris 存算分离架构包含三个主要模块:
### 5.1 安装 FoundationDB
-本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。您可以下载
[doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
并从 `fdb` 目录获取 `fdb_vars.sh` 和 `fdb_ctl.sh`。
+本节提供了脚本 `fdb_vars.sh` 和 `fdb_ctl.sh` 配置、部署和启动 FDB(FoundationDB)服务的分步指南。[下载
Doris 发行版](https://doris.apache.org/download)后,您可以在 `tools/fdb` 目录中找到这些脚本。
:::tip
Doris 默认依赖的 FDB 版本为 7.1.x 系列。若已提前安装 FDB,请确认其版本属于 7.1.x 系列,否则 Meta Service
将启动失败。
diff --git
a/versioned_docs/version-3.x/compute-storage-decoupled/before-deployment.md
b/versioned_docs/version-3.x/compute-storage-decoupled/before-deployment.md
index c0b06dd4f01..5cb48886c6b 100644
--- a/versioned_docs/version-3.x/compute-storage-decoupled/before-deployment.md
+++ b/versioned_docs/version-3.x/compute-storage-decoupled/before-deployment.md
@@ -48,7 +48,7 @@ When machine configurations are high, consider mixing FDB,
FE, and Meta Service,
### 5.1 Install FoundationDB
-This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. You can download [doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
and get `fdb_vars.sh` and `fdb_ctl.sh` from `fdb` directory.
+This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. After [downloading the Doris release
package](https://doris.apache.org/download), you can find these scripts in the
`tools/fdb` directory.
:::tip
Doris currently relies on FDB version 7.1.x by default. If you have already
installed FDB separately, please ensure it is version 7.1.x; otherwise, the
Meta Service will fail to start.
diff --git a/versioned_docs/version-4.x/admin-manual/config/fe-config.md
b/versioned_docs/version-4.x/admin-manual/config/fe-config.md
index 0d39ee9f93d..d450fd20391 100644
--- a/versioned_docs/version-4.x/admin-manual/config/fe-config.md
+++ b/versioned_docs/version-4.x/admin-manual/config/fe-config.md
@@ -2156,6 +2156,12 @@ Default:HDD
When create a table(or partition), you can specify its storage medium(HDD or
SSD). If not set, this specifies the default medium when create.
+#### `default_compression_type`
+
+Default: lz4 (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.
+
#### `enable_storage_policy`
* Whether to enable the Storage Policy feature. This config allows users to
separate hot and cold data.
diff --git
a/versioned_docs/version-4.x/compute-storage-decoupled/before-deployment.md
b/versioned_docs/version-4.x/compute-storage-decoupled/before-deployment.md
index c0b06dd4f01..5cb48886c6b 100644
--- a/versioned_docs/version-4.x/compute-storage-decoupled/before-deployment.md
+++ b/versioned_docs/version-4.x/compute-storage-decoupled/before-deployment.md
@@ -48,7 +48,7 @@ When machine configurations are high, consider mixing FDB,
FE, and Meta Service,
### 5.1 Install FoundationDB
-This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. You can download [doris
tools](http://apache-doris-releases.oss-accelerate.aliyuncs.com/apache-doris-3.0.2-tools.tar.gz)
and get `fdb_vars.sh` and `fdb_ctl.sh` from `fdb` directory.
+This section provides a step-by-step guide to configure, deploy, and start the
FoundationDB (FDB) service using the provided scripts `fdb_vars.sh` and
`fdb_ctl.sh`. After [downloading the Doris release
package](https://doris.apache.org/download), you can find these scripts in the
`tools/fdb` directory.
:::tip
Doris currently relies on FDB version 7.1.x by default. If you have already
installed FDB separately, please ensure it is version 7.1.x; otherwise, the
Meta Service will fail to start.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]