Mysql ETL into Vertica
What is the best way to do direct table data transfers from a source mysql table to an equivalent (almost identical) target Vertica table? So far, we have been getting by with a shell script that does "mysqldump --where...", substitutes some values in the output, and then does a vsql COPY into our Vertica table. It works, but it is quite a hack. Is there a better way? Thanks, David
0
Comments
Would you mind sharing the script that substitute the values in the mysqldump? I ran into the same problem with RDS, where you cannot export out data with mysqldump in TSV format.
Thanks for any suggestions,
Tibor