Skip to content

Instantly share code, notes, and snippets.

@haiy
Last active July 15, 2016 09:33
Show Gist options
  • Save haiy/e1ef2c74276a0be8b4dd498873d0ec98 to your computer and use it in GitHub Desktop.
Save haiy/e1ef2c74276a0be8b4dd498873d0ec98 to your computer and use it in GitHub Desktop.
mysql database bench
dz-h@dzh-H:~/Desktop/kaggle_test/csv_data$ time mysqlimport --use-threads 10 --fields-terminated-by , -uroot -proot --local kaggle app_events.csv
mysqlimport: [Warning] Using a password on the command line interface can be insecure.
kaggle.app_events: Records: 32473068 Deleted: 0 Skipped: 0 Warnings: 3
real 2m28.837s
user 0m0.084s
sys 0m0.568s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment