morningman commented on a change in pull request #1488: Add administrator guide of load URL: https://github.com/apache/incubator-doris/pull/1488#discussion_r304204271
########## File path: docs/documentation/cn/administrator-guide/load-data/load-manual.md ########## @@ -0,0 +1,256 @@ +# 导入 +导入(Load)功能就是将用户的原始数据导入到 Doris 中。导入成功后,用户即可通过 Mysql 客户端查询数据。 + +本文档主要介绍导入简单原理,目前支持的几种导入方式,以及最佳实践。 Review comment: 这里说明下,该文档为 Doris 数据导入方式的总体介绍。具体的各种导入方式请参阅具体的导入文档。 ---------------------------------------------------------------- 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]
