mongodb创建固定集合
在MongoDB中,可以使用db.createCollection()方法创建固定集合。db.createCollection("myCollection")。 MongoDB固定集合(capped collection)的知识小结 在Mo...
在MongoDB中,可以使用db.createCollection()方法创建固定集合。db.createCollection("myCollection")。 MongoDB固定集合(capped collection)的知识小结 在Mo...