index key limits

  • Limitations of indexes in MongoDB

    Limitations of indexes in MongoDB

    each index not only occupies part of the memory space but also causes an overhead on each insert, update, and delete operation. so, if you rarely use your collection for read operations, you should not use the index for it.