Hello, I would like to know what is Limited Collection (Capped Collection) and for what we use in Mongodb.
Behold Documentación Mongo/. By what I understand, they are collections of fixed size in order to achieve a good performance. Being of circular memory, when filled erase the last element automatically and insert elements according to the insertion order.
Behold Documentación Mongo/. By what I understand, they are collections of fixed size in order to achieve a good performance. Being of circular memory, when filled erase the last element automatically and insert elements according to the insertion order.
– lazyFox
Okay, thank you :D
– user106373