From 77b7b84c34a31c67d67419f9c900d035c9014414 Mon Sep 17 00:00:00 2001 From: wudi <676366545@qq.com> Date: Thu, 9 Feb 2023 19:55:12 +0800 Subject: [PATCH] fix (#16322) Co-authored-by: wudi <> --- .../docs/data-operate/import/import-way/stream-load-manual.md | 4 ---- .../docs/data-operate/import/import-way/stream-load-manual.md | 4 ---- 2 files changed, 8 deletions(-) diff --git a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md index 926685be7383f2..ea2a2804aad533 100644 --- a/docs/en/docs/data-operate/import/import-way/stream-load-manual.md +++ b/docs/en/docs/data-operate/import/import-way/stream-load-manual.md @@ -172,10 +172,6 @@ The number of rows in the original file = `dpp.abnorm.ALL + dpp.norm.ALL` Stream load import can enable two-stage transaction commit mode: in the stream load process, the data is written and the information is returned to the user. At this time, the data is invisible and the transaction status is `PRECOMMITTED`. After the user manually triggers the commit operation, the data is visible. - The default two-phase bulk transaction commit is off. - - > **Open method:** Configure `disable_stream_load_2pc=false` in be.conf and declare `two_phase_commit=true` in HEADER. - Example: 1. Initiate a stream load pre-commit operation diff --git a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md index a915a5eed0a19b..8bdc322fc7bf9e 100644 --- a/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md +++ b/docs/zh-CN/docs/data-operate/import/import-way/stream-load-manual.md @@ -184,10 +184,6 @@ Stream Load 由于使用的是 HTTP 协议,所以所有导入任务有关的 Stream load 导入可以开启两阶段事务提交模式:在Stream load过程中,数据写入完成即会返回信息给用户,此时数据不可见,事务状态为`PRECOMMITTED`,用户手动触发commit操作之后,数据才可见。 - 默认的两阶段批量事务提交为关闭。 - - > **开启方式:** 在be.conf中配置`disable_stream_load_2pc=false` 并且 在 HEADER 中声明 `two_phase_commit=true` 。 - 示例: 1. 发起stream load预提交操作