What is the fastest way to load an XML file into MySQL using C#?

后端 未结 8 1069
独厮守ぢ
独厮守ぢ 2020-12-15 09:19

Question

What is the fastest way to dump a large (> 1GB) XML file into a MySQL database?

Data

The data in question is the StackOverflow Creative

8条回答
  •  难免孤独
    2020-12-15 09:52

    Not the answer you want, but the mysql c api has the mysql_stmt_send_long_data function.

提交回复
热议问题