Kizspy | Question: 18
(Choose 1 answer)
What are not limitations of Indexes in MongoDB?
A. Indexes can take up a significant amount of disk space, especially for large collections or indexes with
many fields.
B. Indexes can slow down write operations, as MongoDB needs to update the index whenever a document is
inserted, updated, or deleted.
C. Indexes can become fragmented over time, which can reduce their effectiveness. MongoDB provides tools
to analyze and optimize indexes to address this issue.
D. Indexes can query on large collections by reducing the number of documents that need to be examined