开发者

mongo save save more than 1 records at ones

I want to 开发者_StackOverflowsave more than 1 records at one time that means save block of records.

Is it possible in mongoDB. if yes plz some one tell.

Thanks


The java driver's DBCollection supports insert with a List<DBObject> parameter this should be usable from scala as well.

Edit

Cabash also supports a similar insert method that should do the trick.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜