mongo之db.createCollection()

db.createCollection(, { capped: ,  ---固定合集,联合size,max一起考虑
                              autoIndexId: ,               ---是否自动为id字段创建索引
                              size: ,                             ---bytes
                              max: })                    ---rows   超限则循环覆盖

创新互联专业为企业提供华州网站建设、华州做网站、华州网站设计、华州网站制作等企业网站建设、网页设计与制作、华州企业网站模板建站服务,10年华州做网站经验,不只是建网站,更提供有价值的思路和整体网络服务。

db.createCollection("log", { capped : true, size : 5242880, max : 5000 } )


文章标题:mongo之db.createCollection()
网址分享:http://ybzwz.com/article/geedoh.html