Collections

Commands used db.createCollection("person") show collections db.person.drop() db.createCollection("person", { capped: true, size: 6142800, max: 3000 }) db.person.stats() db.person.drop()
Complete and Continue  

1 - Follow us on LinkedIn

2 - Subscribe to our Newsletter