1.执行完此命令,耗时1分钟左右
> for(var i=1; i<= 100000; i++) db.person.insert({name:"leilei"+i,age:i})
2.导入100万行数据,耗时10s以内
./mongoimport -d mydb -c person --type csv
--headerline --file /home/lei.wang/testdata/ppp
以上代码均通过实测,正确运行
以上代码均通过实测,正确运行