What is the fastest way to dump a large (> 1GB) XML file into a MySQL database?
The data in question is the StackOverflow Creative
Not the answer you want, but the mysql c api has the mysql_stmt_send_long_data function.