alibaba / alibaba/DataX

支持一个sql插入多行数据

Open
#2,028 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
17.4k
Forks
5.7k
PR merge metrics
No merged PRs in 30d

Description

https://brian.pontarelli.com/2011/06/21/jdbc-batch-vs-multi-row-inserts/
INSERT INTO table_name (column1, column2, column3)
VALUES (value1, value2, value3),
(value4, value5, value6),
(value7, value8,

Contributor guide

No contributing guide indexed for this repository

Research direction

The issue links an article comparing JDBC batch and multi-row inserts and shows a multi-row INSERT example. Start by reading that reference and locating DataX’s SQL write path; clarify the intended database scope and verify that multi-row insertion works without breaking existing writes.

Written by the indexing model from the issue text.

Assessment

Tech stack
sql
Domain
database
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.