Last active
July 15, 2016 09:33
-
-
Save haiy/e1ef2c74276a0be8b4dd498873d0ec98 to your computer and use it in GitHub Desktop.
mysql database bench
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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