mongoDB $out (aggregation)

Takes the documents returned by the aggregation pipeline and writes them to a specified collection. The$out
operator must be the last stage in the pipeline. The $out
operator lets the aggregation framework return result sets of any size.

refrences [https://docs.mongodb.com/manual/reference/operator/aggregation/out/]

 db.Product.aggregate({"$match":{price:10.11,comments:"Good!"}},{"$out":"outProduct"})
> show tables
Product
orders
outProduct
system.indexes
> db.outProduct.find()
{ "_id" : ObjectId("57063058e70eccec158b4567"), "name" : "A foo bar", "price" : 10.11, "did" : NumberLong(44), "comments" : "Good!" }
{ "_id" : ObjectId("57172e93e70ecc86538b4567"), "name" : "A foo bar", "price" : 10.11, "did" : NumberLong(82), "comments" : "Good!" }
最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
【社區(qū)內(nèi)容提示】社區(qū)部分內(nèi)容疑似由AI輔助生成,瀏覽時請結(jié)合常識與多方信息審慎甄別。
平臺聲明:文章內(nèi)容(如有圖片或視頻亦包括在內(nèi))由作者上傳并發(fā)布,文章內(nèi)容僅代表作者本人觀點,簡書系信息發(fā)布平臺,僅提供信息存儲服務(wù)。

相關(guān)閱讀更多精彩內(nèi)容

  • 昨天回來休息了一整天,覺得還是累。 今天早起坐享,坐著感覺快要睡著了。及時調(diào)整呼吸,不胡思亂想。堅持了15分鐘。 ...
    雨楓英語閱讀 215評論 2 0
  • 陽光穿不透厚厚的云層 卡車隆隆的噪音阻隔了我想象的視野 所以連我編的故事 都變得不那么通達合理 老情人喂我吃了一勺...
    租了五顆星閱讀 234評論 0 2
  • 有一天,大明王朝的最后一個皇帝朱由校坐在朝堂上,聽過他的首輔和別的大臣的匯報,問了東南各省的旱情和寧遠(yuǎn)防線上對后金...
    柳夢梅閱讀 499評論 3 0
  • 事情,暫時這樣落幕了。突然出現(xiàn)的老人,苗天華也告訴了我他的身份,曾經(jīng)。這個人統(tǒng)治了整個市區(qū),乃至…市區(qū)周圍,包括那...
    浮生萬夢星耀燭天閱讀 323評論 0 1

友情鏈接更多精彩內(nèi)容