Skip to content

Instantly share code, notes, and snippets.

@hishidama
Created June 14, 2017 09:45
Show Gist options
  • Save hishidama/9c5c5b642db4bc50ec275b1fefd80097 to your computer and use it in GitHub Desktop.
Save hishidama/9c5c5b642db4bc50ec275b1fefd80097 to your computer and use it in GitHub Desktop.
embulkの起動時間
2017-06-14 18:40:15.984 +0900: Embulk v0.8.20
2017-06-14 18:40:18.664 +0900 [INFO] (0001:transaction): Loaded plugin embulk-output-postgresql (0.7.5)
2017-06-14 18:40:18.714 +0900 [INFO] (0001:transaction): Listing local files at directory 'S:\data' filtering filename by prefix 'hoge.csv'
2017-06-14 18:40:18.714 +0900 [INFO] (0001:transaction): "follow_symlinks" is set false. Note that symbolic links to directories are skipped.
2017-06-14 18:42:16.571 +0900 [INFO] (0001:transaction): Loading files [S:\data\hoge.csv]
2017-06-14 18:42:16.665 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=16 / output tasks 8 = input tasks 1 * 8
2017-06-14 18:42:16.665 +0900 [INFO] (0001:transaction): Connecting to jdbc:postgresql://db-server:5432/hoge options {user=hoge, tcpKeepAlive=true, loginTimeout=300, socketTimeout=1800}
2017-06-14 18:42:16.805 +0900 [INFO] (0001:transaction): SQL: SET search_path TO "public"
2017-06-14 18:42:16.821 +0900 [INFO] (0001:transaction): > 0.02 seconds
2017-06-14 18:42:16.821 +0900 [INFO] (0001:transaction): Using truncate_insert mode
@hishidama
Copy link
Author

Sドライブがネットワークドライブなので、ファイル一覧の取得で時間がかかっている模様><

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment