Administrating a MongoDB database requires ensuring queries are responding fast enough for users to obtain the correct data from the database. In this course, you'll learn how to create indexes and perform query optimization.
Learning Objectives
Indexes and Query Optimization
- start the course
- describe indexes
- describe the different types of indexes
- describe the index properties that can be set
- describe how query optimization works
- create single indexes
- crate compound indexes
- create indexes with additional properties