The processing of index queries in MongoDB takes only a few milliseconds. This is because index contains every field that is required by the queries, and MongoDB has the ability to match the query conditions along with returning results using only the index.