Hello, No there are no plans of supporting the MySQL LOAD DATA INFILE statement. But I've just noticed that there is no using JDBC batch execution in jOOQ's Loader API, which is bad. I suspect that the Loader API was introduced before batch support.
- Loader API: http://www.jooq.org/notes.php#1.6.5 - Batch support: http://www.jooq.org/notes.php#1.6.9 I'll add supporting batching in the Loader API to the roadmap: https://github.com/jOOQ/jOOQ/issues/2664 Cheers Lukas 2013/7/31 SB <[email protected]> > Hello, > > When MySQL is used, can JOOQ take advantage of the LOAD DATA INFILE > statement to implement the loadCSV functionality, instead of issuing an > insert statement for each line in the csv file? > > -SB > > -- > You received this message because you are subscribed to the Google Groups > "jOOQ User Group" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "jOOQ User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
