MongoDB shell version: 2.0.7 running on ubuntu 11.04.
The file was part of data I am analyzing. I don't have access to the original source, only the extracted CSV files. The server is under-powered, I know that, but still curious about the the slowing-down behavior as the import proceeds. The data is on the mounted device xvdf.
iostat, run while import was running, shows this (excerpted)
avg-cpu: %user %nice %system %iowait %steal %idle 46.22 0.00 12.89 20.89 18.67 1.33Device: rrqm/s wrqm/s r/s w/s rMB/s wMB/s avgrq-sz avgqu-sz await r_await w_await svctm %utilxvdap1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00xvdf 0.00 0.00 35.56 111.11 1.36 4.63 83.68 5.71 38.91 9.75 48.24 1.42 20.89Thanks in advance, Mark.