Course Hive
Search

Welcome

Sign in or create your account

Continue with Google
or
MongoDB collections explained
Play lesson

MongoDB tutorial for beginners 🍃 - MongoDB collections explained

4.0 (3)
20 learners

What you'll learn

This course includes

  • 1 hours of video
  • Certificate of completion
  • Access on mobile and TV

Summary

Keywords

Full Transcript

#mongoDB #course #tutorial db.createCollection("teachers", {capped : true , size : 1000 * 1024, max : 100}, {autoIndexId:false}) capped = Enables a capped collection. Oldest entries are overwritten when the collection reaches its max size. size = specifies the maximum size in bytes (x * y bytes) max = maximum number of documents allowed autoIndexId = Creates an index on _id field

Course Hive

Continue this lesson in the app

Install CourseHive on Android or iOS to keep learning while you move.

Related Courses

FAQs

Course Hive
Download CourseHive
Keep learning anywhere