In NearStage, getStats() is expensive and should only be used in explain() and query plan cache. Instead, we should keep interval stages as children and only call getStats() on them when it's necessary.
- is depended on by
-
SERVER-84819 geo performance issue in 2.7.7
- Closed