split -n l/16 names.csv chunks/ find chunks/ -type f | time xargs -n1 -P16 sh -c "psql -c \"\\COPY names FROM '\$0' WITH (FORMAT CSV)\"".
確定! 回上一頁