This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch branch-2.0-alpha in repository https://gitbox.apache.org/repos/asf/doris.git
commit 4f1e13620671a039a80c490845e628f1fffed3f5 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]
