Untitled

Indexes improve query performance:

Without indexes

With indexes

<aside> 💡 There is one default index per collection, which includes only the _ id field

</aside>

<aside> 💡 Every query should use an index

</aside>

Most common index types: