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.git
The following commit(s) were added to refs/heads/master by this push:
new f520e5a2c6 [typo](docs) fix insert load doc error (#18773)
f520e5a2c6 is described below
commit f520e5a2c65f8f261c726698f5dc997f5b211d40
Author: Jiwen liu <[email protected]>
AuthorDate: Tue Apr 18 21:13:23 2023 +0800
[typo](docs) fix insert load doc error (#18773)
---
docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
b/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
index c5470cc318..3c4e04ce18 100644
--- a/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
+++ b/docs/zh-CN/docs/data-operate/import/import-scenes/jdbc-load.md
@@ -150,7 +150,7 @@ public class DorisJDBCDemo {
2. 批次大小
- 因为是在客户端进行批量处理,因此一批次如果过大的话,话占用客户端的内存资源,需关注。
+ 因为是在客户端进行批量处理,所以一批次过大的话,会占用客户端的内存资源,需关注。
Doris 后续会支持服务端的 PrepareStatemnt,敬请期待。
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]