Uses of Package
org.pentaho.di.trans.steps.mysqlbulkloader

Packages that use org.pentaho.di.trans.steps.mysqlbulkloader
org.pentaho.di.trans.steps.mysqlbulkloader   
 

Classes in org.pentaho.di.trans.steps.mysqlbulkloader used by org.pentaho.di.trans.steps.mysqlbulkloader
MySQLBulkLoaderMeta
          Here are the steps that we need to take to make streaming loading possible for MySQL:

The following steps are carried out by the step at runtime:

- create a unique FIFO file (using mkfifo, LINUX ONLY FOLKS!)
- Create a target table using standard Kettle SQL generation
- Execute the LOAD DATA SQL Command to bulk load in a separate SQL thread in the background:
- Write to the FIFO file
- At the end, close the output stream to the FIFO file
* At the end, remove the FIFO file
Created on 24-oct-2007