almogvc.hashnode.devMongoDB Optimization - Indexes and when to use themWhen designing your data models you should always have one important thing in mind: how do I index it ? Indexes can make your data consumption faster and easier. A query that will take 2 seconds to complete without an index, can take only a few milli...Jun 11, 2019