mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-03 04:11:34 +08:00
Update mysqlwriter.md
This commit is contained in:
parent
73a54c42f1
commit
a01f3b20d5
@ -6,7 +6,7 @@
|
||||
|
||||
## 1 快速介绍
|
||||
|
||||
MysqlWriter 插件实现了写入数据到 Mysql 主库的目的表的功能。在底层实现上, MysqlWriter 通过 JDBC 连接远程 Mysql 数据库,并执行相应的 insert into ... 或者 ( replace into ...) 的 sql 语句将数据写入 Mysql,内部会分批次提交入库,需要数据库本身采用 innodb 引擎。
|
||||
MysqlWriter 插件实现了写入数据到 Mysql 主库的目的表的功能。在底层实现上, MysqlWriter 通过 JDBC 连接远程 Mysql 数据库,并执行相应的 insert into ... 或者 ( replace into ...) 的 sql 语句将数据写入 Mysql,内部会分批次提交入库,需要数据库本身采用 innoDB 引擎。
|
||||
|
||||
MysqlWriter 面向ETL开发工程师,他们使用 MysqlWriter 从数仓导入数据到 Mysql。同时 MysqlWriter 亦可以作为数据迁移工具为DBA等用户提供服务。
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user