Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 607 Bytes

mongodb.md

File metadata and controls

5 lines (4 loc) · 607 Bytes

nice project with mongoose model definition

Capped collections are fixed-size collections that support high-throughput operations that insert and retrieve documents based on insertion order. Capped collections work in a way similar to circular buffers: once a collection fills its allocated space, it makes room for new documents by overwriting the oldest documents in the collection.