10BC0 MySQL: Support for `LOAD DATA INFILE` · Issue #55 · csv2db/csv2db · GitHub
[go: up one dir, main page]

Skip to content

MySQL: Support for LOAD DATA INFILE #55

@andygrunwald

Description

@andygrunwald

What would you like to be added:

Row-Inserts are done via (bulk) inserts right now.
For bigger imports, MySQL provides a LOAD DATA command.
See 13.2.7 LOAD DATA Statement @ MySQL docs.

Adding support for this command would be cool.

Why is this needed:

This would speed up the import process of bigger CSV datasets quite significantly.

Anything else we need to know?:

Dedicated speed tests haven't been done yet.

This is similar to the PostgreSQL COPY variant mentioned in #44 and #47.

Metadata

Metadata

Assignees

Labels

MySQLMySQL related issuesenhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0