Skip to content

Implement MySqlBulkLoader #15

@bgrainger

Description

@bgrainger

Clone the MySqlBulkLoader API (specified here: https://dev.mysql.com/doc/connector-net/en/connector-net-programming-bulk-loader.html).

As an extension, support a Stream property instead of a FileName. Behind the scenes, create a GUID and pass that to MySQL as the LOAD DATA LOCAL INFILE file name (https://dev.mysql.com/doc/refman/5.7/en/load-data.html).

When the LOCAL_INFILE_Request is received with that GUID as the name, stream the in-memory data to the server.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions