Darshan Jayarama

Recent stories

How to find unused indexes and drop them safely in MongoDB


Indexes increase read performance and allow queries to access data faster. But they also need to be updated when the ...

2 min read

Choosing best index for your MongoDB query


Indexing plays a quintessential role in database query performance and MongoDB is no exception. Choosing the best index ...

6 min read