Technology

Too Many Indexes May kill your DB performance

Everyone thinks of creating index, but nobody pays attention towards removing them once they are created and not required .Too many indexes or unnecessary index can degrade your DB performance. To Optimize indexes in mongo we need to understand following things : How indexes works in mongoDB: Let’s say we have created compound...

by Pawan Goyal
Tag: database indexing
10-Aug-2016

Technology

Diving deep with MongoDB Indexing

Whether you are a lazy programmer dreaming to achieve more by doing less or a super serious databases professional aspiring to make a mark in the land of DATA, Indexing is THE thing you can't afford to live without. Why? Because of follows: Performance Unbelievably better performance Performance better than James Bond!!!!! Yes...

by Ajay Sharma
Tag: database indexing
08-Jan-2016