morningman commented on a change in pull request #1488: Add administrator guide of load URL: https://github.com/apache/incubator-doris/pull/1488#discussion_r304241005
########## File path: docs/documentation/cn/administrator-guide/load-data/insert-into-manual.md ########## @@ -0,0 +1,31 @@ +# Insert into + +Insert into 主要用来将某几行数据插入某张表,或者将已经存在在 Doris 系统中的部分数据导入到目标表中。 + +# 基本操作 +## 创建导入 +Insert into 创建导入请求需要通过 Mysql 协议提交,创建导入请求会同步返回导入结果。 + ++ VALUES Review comment: 要注明VALUES这种方式仅适用于导入几条数据作为demo,完全不适用于任何测试和生产环境。Doris 不合适单条导入的场景。请使用 Insert into select 进行批量导入 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
