Skip to content

Question 12 / 50

ImportantMediumScenarioQuerying

A 'list users' API became slow and memory-heavy after you added profile fields, avatars, and a preferences object. The query is still find({ city }). What went wrong?

Think about it first.