摘要: 笔记-capped collection 1. collection 1.1. 简介 集合分为固定与非固定collection,capped collection 1.1.1. capped collections Capped collections are fixed-size collecti 阅读全文
posted @ 2019-05-08 22:06 木林森__𣛧 阅读(429) 评论(0) 推荐(0)
摘要: 笔记-mongodb数据操作 1. 数据操作 1.1. 插入 db.COLLECTION_NAME.insert(document) 案例: db.inventory.insertOne( { item: "canvas", qty: 100, tags: ["cotton"], size: { h 阅读全文
posted @ 2019-05-08 21:37 木林森__𣛧 阅读(363) 评论(0) 推荐(0)