MongoDB
What are the MongoDB – Indexing Limitations
Indexing Limitations Extra Overhead Every index occupies some space as well as causes an overhead on each insert, update and delete. So if you rarely use your collection for read operations, it makes sense not to use indexes. RAM Usage Since indexes are stored in RAM, you should make sure Read more…