This is an automated email from the ASF dual-hosted git repository.
luzhijing 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 a0226ab090 [doc](auto bucket) Add hint auto bucket not support alter
(#555)
a0226ab090 is described below
commit a0226ab090e0c92363a3db2482dcc0ad8de488d1
Author: deardeng <[email protected]>
AuthorDate: Tue Apr 16 16:40:12 2024 +0800
[doc](auto bucket) Add hint auto bucket not support alter (#555)
---
docs/advanced/autobucket.md | 5 +++++
.../docusaurus-plugin-content-docs/current/advanced/autobucket.md | 5 +++++
.../version-1.2/advanced/autobucket.md | 5 +++++
.../\357\274\210delete\357\274\211advanced/autobucket.md" | 4 ++++
.../version-2.1/advanced/autobucket.md | 5 +++++
versioned_docs/version-1.2/advanced/autobucket.md | 5 +++++
versioned_docs/version-2.0/table-design/data-partition.md | 4 ++++
.../\357\274\210delete\357\274\211advanced/autobucket.md" | 5 +++++
versioned_docs/version-2.1/advanced/autobucket.md | 5 +++++
9 files changed, 43 insertions(+)
diff --git a/docs/advanced/autobucket.md b/docs/advanced/autobucket.md
index c9eab406fa..0165779172 100644
--- a/docs/advanced/autobucket.md
+++ b/docs/advanced/autobucket.md
@@ -56,6 +56,11 @@ As you know from the above, a partitioned bucket is a Tablet
at the physical lev
- If the overall data volume is small, the number of buckets should not be set
too high
- If the overall data volume is large, the number of buckets should be related
to the total number of disk blocks, so as to fully utilize the capacity of each
BE machine and each disk
+
+:::tip
+propertie estimate_partition_size not support alter
+:::
+
Initial bucketing projection
Starting from the principle, it becomes easy to understand the detailed logic
of the automatic bucket imputation function.
First look at the initial bucketing
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/autobucket.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/autobucket.md
index ccbceaf633..c13c090f00 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/autobucket.md
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/advanced/autobucket.md
@@ -57,6 +57,11 @@ properties("estimate_partition_size" = "100G")
- 若是整体数据量较小,则分桶数不要设置过多
- 若是整体数据量较大,则应使桶数跟总的磁盘块数相关,充分利用每台 BE 机器和每块磁盘的能力
+
+:::tip
+estimate_partition_size属性不支持alter操作
+:::
+
初始分桶推算
从原则出发,理解自动分桶推算功能的详细逻辑就变得简单了:
首先来看初始分桶
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/advanced/autobucket.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/advanced/autobucket.md
index 880f5214f5..5ce75260aa 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/advanced/autobucket.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-1.2/advanced/autobucket.md
@@ -54,6 +54,11 @@ properties("estimate_partition_size" = "100G")
- 若是整体数据量较小,则分桶数不要设置过多
- 若是整体数据量较大,则应使桶数跟总的磁盘块数相关,充分利用每台 BE 机器和每块磁盘的能力
+
+:::tip
+estimate_partition_size属性不支持alter操作
+:::
+
初始分桶推算
从原则出发,理解自动分桶推算功能的详细逻辑就变得简单了:
首先来看初始分桶
diff --git
"a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
"b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
index ccbceaf633..b921a43cff 100644
---
"a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
+++
"b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
@@ -57,6 +57,10 @@ properties("estimate_partition_size" = "100G")
- 若是整体数据量较小,则分桶数不要设置过多
- 若是整体数据量较大,则应使桶数跟总的磁盘块数相关,充分利用每台 BE 机器和每块磁盘的能力
+
+:::tip
+estimate_partition_size属性不支持alter操作
+:::
初始分桶推算
从原则出发,理解自动分桶推算功能的详细逻辑就变得简单了:
首先来看初始分桶
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/autobucket.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/autobucket.md
index ccbceaf633..c13c090f00 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/autobucket.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.1/advanced/autobucket.md
@@ -57,6 +57,11 @@ properties("estimate_partition_size" = "100G")
- 若是整体数据量较小,则分桶数不要设置过多
- 若是整体数据量较大,则应使桶数跟总的磁盘块数相关,充分利用每台 BE 机器和每块磁盘的能力
+
+:::tip
+estimate_partition_size属性不支持alter操作
+:::
+
初始分桶推算
从原则出发,理解自动分桶推算功能的详细逻辑就变得简单了:
首先来看初始分桶
diff --git a/versioned_docs/version-1.2/advanced/autobucket.md
b/versioned_docs/version-1.2/advanced/autobucket.md
index d17e8d41ef..406238a0fe 100644
--- a/versioned_docs/version-1.2/advanced/autobucket.md
+++ b/versioned_docs/version-1.2/advanced/autobucket.md
@@ -54,6 +54,11 @@ As you know from the above, a partitioned bucket is a Tablet
at the physical lev
- If the overall data volume is small, the number of buckets should not be set
too high
- If the overall data volume is large, the number of buckets should be related
to the total number of disk blocks, so as to fully utilize the capacity of each
BE machine and each disk
+
+:::tip
+propertie estimate_partition_size not support alter
+:::
+
Initial bucketing projection
Starting from the principle, it becomes easy to understand the detailed logic
of the automatic bucket imputation function.
First look at the initial bucketing
diff --git a/versioned_docs/version-2.0/table-design/data-partition.md
b/versioned_docs/version-2.0/table-design/data-partition.md
index 46d400e2f1..a3e249229a 100644
--- a/versioned_docs/version-2.0/table-design/data-partition.md
+++ b/versioned_docs/version-2.0/table-design/data-partition.md
@@ -883,6 +883,10 @@ To summarize, there are a few principles.
- If the overall data volume is small, the number of buckets should not be set
too high
- If the overall data volume is large, the number of buckets should be related
to the total number of disk blocks, so as to fully utilize the capacity of each
BE machine and each disk
+:::tip
+propertie estimate_partition_size not support alter
+:::
+
### Initial bucketing projection
1. Obtain a number of buckets N based on the data size. Initially, we divide
the value of `estimate_partition_size` by 5 (considering a data compression
ratio of 5 to 1 when storing data in text format in Doris). The result obtained
is
diff --git
"a/versioned_docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
"b/versioned_docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
index e9fdfcdf63..b15887abda 100644
---
"a/versioned_docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
+++
"b/versioned_docs/version-2.0/\357\274\210delete\357\274\211advanced/autobucket.md"
@@ -56,6 +56,11 @@ As you know from the above, a partitioned bucket is a Tablet
at the physical lev
- If the overall data volume is small, the number of buckets should not be set
too high
- If the overall data volume is large, the number of buckets should be related
to the total number of disk blocks, so as to fully utilize the capacity of each
BE machine and each disk
+
+:::tip
+propertie estimate_partition_size not support alter
+:::
+
Initial bucketing projection
Starting from the principle, it becomes easy to understand the detailed logic
of the automatic bucket imputation function.
First look at the initial bucketing
diff --git a/versioned_docs/version-2.1/advanced/autobucket.md
b/versioned_docs/version-2.1/advanced/autobucket.md
index c9eab406fa..0165779172 100644
--- a/versioned_docs/version-2.1/advanced/autobucket.md
+++ b/versioned_docs/version-2.1/advanced/autobucket.md
@@ -56,6 +56,11 @@ As you know from the above, a partitioned bucket is a Tablet
at the physical lev
- If the overall data volume is small, the number of buckets should not be set
too high
- If the overall data volume is large, the number of buckets should be related
to the total number of disk blocks, so as to fully utilize the capacity of each
BE machine and each disk
+
+:::tip
+propertie estimate_partition_size not support alter
+:::
+
Initial bucketing projection
Starting from the principle, it becomes easy to understand the detailed logic
of the automatic bucket imputation function.
First look at the initial bucketing
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]