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 b81c2ce6dd8 [docs](group-commit-manual) add a tip to note the version
info (#747)
b81c2ce6dd8 is described below
commit b81c2ce6dd85d4ef6c690a1fa625dcf1eedc6124
Author: lishiqi_amy <[email protected]>
AuthorDate: Mon Jun 17 21:51:35 2024 +0800
[docs](group-commit-manual) add a tip to note the version info (#747)
Co-authored-by: Luzhijing <[email protected]>
---
.../version-2.0/data-operate/import/group-commit-manual.md | 5 ++++-
.../version-2.0/data-operate/import/group-commit-manual.md | 4 +++-
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/group-commit-manual.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/group-commit-manual.md
index c3c620f635a..61c095a76dd 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/group-commit-manual.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-2.0/data-operate/import/group-commit-manual.md
@@ -24,6 +24,9 @@ specific language governing permissions and limitations
under the License.
-->
+:::tip 提示
+Group Commit 功能自 Apache Doris 2.1 版本开始支持。关于更多功能介绍,请前往 [Group
Commit](https://doris.apache.org/zh-CN/docs/data-operate/import/group-commit-manual/)查看。
+:::
Group Commit 不是一种新的导入方式,而是对`INSERT INTO tbl VALUES(...)`、`Stream Load`、`Http
Stream`的扩展,大幅提升了高并发小写入的性能。您的应用程序可以直接使用 JDBC 将数据高频写入 Doris,同时通过使用
PreparedStatement 可以获得更高的性能。在日志场景下,您也可以利用 Stream Load 或者 Http Stream 将数据高频写入
Doris。
@@ -510,4 +513,4 @@ ALTER TABLE dt SET ("group_commit_data_bytes" =
"134217728");
|-------------|-----|-----------|----------|
| 100 | 20 | 106931 | 11.46 |
-在上面的测试中,FE 的 CPU 使用率在 60-70% 左右,BE 的 CPU 使用率在 10-20% 左右。
\ No newline at end of file
+在上面的测试中,FE 的 CPU 使用率在 60-70% 左右,BE 的 CPU 使用率在 10-20% 左右。
diff --git
a/versioned_docs/version-2.0/data-operate/import/group-commit-manual.md
b/versioned_docs/version-2.0/data-operate/import/group-commit-manual.md
index c909bf82344..99b2c934628 100644
--- a/versioned_docs/version-2.0/data-operate/import/group-commit-manual.md
+++ b/versioned_docs/version-2.0/data-operate/import/group-commit-manual.md
@@ -24,7 +24,9 @@ specific language governing permissions and limitations
under the License.
-->
-# Group Commit
+:::tip Tip
+The Group Commit feature is supported since version 2.1 of Apache Doris. For
more information about this feature, see [Group
Commit](https://doris.apache.org/docs/data-operate/import/group-commit-manual/).
+:::
Group commit load does not introduce a new data import method, but an
extension of `INSERT INTO tbl VALUS(...)`, `Stream Load` and `Http Stream`. It
is a way to improve the write performance of Doris with high-concurrency and
small-data writes. Your application can directly use JDBC to do
high-concurrency insert operation into Doris, at the same time, combining
PreparedStatement can get even higher performance. In logging scenarios, you
can also do high-concurrency Stream Load or Http St [...]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]