Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MySQL: Support for LOAD DATA INFILE #55

Open
andygrunwald opened this issue Aug 20, 2021 · 0 comments
Open

MySQL: Support for LOAD DATA INFILE #55

andygrunwald opened this issue Aug 20, 2021 · 0 comments
Assignees
Labels
enhancement New feature or request MySQL MySQL related issues

Comments

@andygrunwald
Copy link

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.

@gvenzl gvenzl self-assigned this Oct 15, 2023
@gvenzl gvenzl added enhancement New feature or request MySQL MySQL related issues labels Oct 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MySQL MySQL related issues
Projects
None yet
Development

No branches or pull requests

2 participants