Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
mongoDB でこれを達成するための情報をいくつか見つけましたが、mongoid で必要です。だから私は次のようなことができます:
User.last(7000).each do ....
User.last(7000).each do ...
私は使用しています:
MongoDB シェル バージョン: 2.4.3
モンゴイド 2.6.0
ありがとう!